OfflneRoutingAndGeocoding: Does anyone know how to find the initExtent="" xml code (for android studio) after i make the Basemap & Routing/Geocoding data on arcmap?
Solved! Go to Solution.
I am not sure on what exactly you are asking here however, I am going to make an assumption on what you are asking is what does this line mean inside the MapView:
initExtent="-13042576 3854531 -13026007 3870439"
This would be:
initExtent="XMin YMin XMax YMax" which is all in spatial reference 3857.
Specifically, the coordinates that go inside the "" of the init extent
I am not sure on what exactly you are asking here however, I am going to make an assumption on what you are asking is what does this line mean inside the MapView:
initExtent="-13042576 3854531 -13026007 3870439"
This would be:
initExtent="XMin YMin XMax YMax" which is all in spatial reference 3857.