Hello,
I have some GPS coordinates which I want to display in a map.
I downloaded ArcGIS Runtime SDK for DotNet 1025
and created a sample application.
I can display a map in a WPF aplication.
I am searching for some time but did not find how to navigate to a given position.
I did the same uing the Bing Map control.
There it is pretty simple:
this.LocalMap.Center = new Location(position.Latitude, position.Longitude);
Is there somethis similar in Arc GIS?
greetings
Clemens