Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

Starts an asynchronous operation to zoom in continuously until the map's maximum ZoomLevel is reached.

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

rateOfChangePerSecond
Double

double

The change in ZoomLevel per second.

Remarks

The maximum and minimum values of ZoomLevel depend on the type of map view: 2D, 3D, or Streetside.

Property2D range3D rangeStreetside range
ZoomLevel1-201-2024-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.

Applies to


Feedback

Was this page helpful?