Wander Extent?

603
3
08-22-2017 01:44 PM
DarrenHunter
New Contributor

Is it possible to set the wander extent used by the location display? I need to make it much smaller...

Thanks,
Darren

0 Kudos
3 Replies
dotMorten_esri
Esri Notable Contributor

Yes. Set it closer to 0:

mapView.LocationDisplay.WanderExtentFactor = 0.1;

https://developers.arcgis.com/net/latest/wpf/api-reference//html/P_Esri_ArcGISRuntime_UI_LocationDis...

0 Kudos
DarrenHunter
New Contributor

Sorry, we are using 10.2.7, and that option doesn't seem to exist?

0 Kudos
dotMorten_esri
Esri Notable Contributor

Aaah sorry. That feature isn't available in 10.2.x

0 Kudos