I'm new to ArcGIS and using it for my WPF application. May I know if there is any SDK or API function that I can use to center the map at a specific GPS coordinate? Or how can i change the position using WPF code.
Also, is there a method for me to set the zoom level of the map?
yes, you can set the zoom level and zoom to a specific coordinate (Extent). Download the SDK (for free) and check out the example application that is provided with the installation.
yes, you can set the zoom level and zoom to a specific coordinate (Extent). Download the SDK (for free) and check out the example application that is provided with the installation.