Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.02 KB

mapcontrol_startcontinuouszoom_1516304901.md

File metadata and controls

29 lines (21 loc) · 1.02 KB
-api-id -api-type
M:Windows.UI.Xaml.Controls.Maps.MapControl.StartContinuousZoom(System.Double)
winrt method

Windows.UI.Xaml.Controls.Maps.MapControl.StartContinuousZoom

-description

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

-parameters

-param rateOfChangePerSecond

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.

-examples

-see-also