Property WanderExtentFactor
WanderExtentFactor
Gets or sets the wander extent factor controls the re-centering behavior of the MapView when the location changes.
Declaration
public double WanderExtentFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The wander extent factor controls the re-centering behavior of the MapView when the location changes. |
Remarks
The proportion of the current extent within which the location can be without automatically panning the map. Permitted values are in the range between 0 (continuous panning) and 1 (only pan when the location reaches the edge of the current extent). This value only applies when the auto-pan mode is Recenter. Lower values within this range will cause the map to re-center more often, leading to higher CPU and battery consumption.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |