Navigation
Change the values for latitude, longitude, zoom, and rotation to see the map update in real time.
Note that once a user drags or zooms the map manually, the Razor Markup bindings to our input fields must be ignored, otherwise the map would "snap back".
You can always call MapView.SetExtent
to set the extent again, or MapView.Refresh
to re-enable bindings.