Hello,
I am working on an application that tracks a moving vehicle and I would like to keep the location marker at the very center of the map view. It seems the default behavior waits for the location marker to hit the edge of the mapview before it will shift the location. I had a look at the examples and I do not see an example of this.
Thanks
MyMapView.LocationDisplay.WanderExtentFactor = 0.01; fixed my issue
Also consider changing the autopanmode to navigation or compass instead.
@dotMorten_esri Is there a way to use compass without overwriting the location Symbol? It seems when I try and use compass it sets it back to the blue dot.