MapControl.StartContinuousZoom(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void StartContinuousZoom(double rateOfChangePerSecond) = StartContinuousZoom;
void StartContinuousZoom(double const& rateOfChangePerSecond);
public void StartContinuousZoom(double rateOfChangePerSecond);
function startContinuousZoom(rateOfChangePerSecond)
Public Sub StartContinuousZoom (rateOfChangePerSecond As Double)
Parameters
Remarks
The maximum and minimum values of ZoomLevel depend on the type of map view: 2D, 3D, or Streetside.
Property | 2D range | 3D range | Streetside range |
---|---|---|---|
ZoomLevel | 1-20 | 1-20 | 24-26 |
When leaving a Streetside view, the map returns to the previous view settings. The Streetside ZoomLevel is not maintained outside of the Streetside experience.