Hello
I am trying to
setAutoPanMode(LocationDisplayAutoPanMode.Recenter) only when the user is within the ArcGISMap
maxExtent.
If I leave setAutoPanMode(LocationDisplayAutoPanMode.Recenter) in the code and the device is outsite the maxExtent, the MapView is centered on a location that does not make sense.
Does anyone have a hint on how may I place a condition on the setAutoPanMode (if this is the best solution)?
Thank you very much in advance