Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.