MapControl.StartContinuousZoom(Double) Method

Definition

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