Select to view content in your preferred language

OfflneRoutingAndGeocoding: Does anyone know how to find the initExtent="" xml code (for android studio) after i make the Basemap & Routing/Geocoding data on arcmap?

2421
2
Jump to solution
06-14-2016 06:11 PM
ThomasSaldana
Emerging Contributor

OfflneRoutingAndGeocoding: Does anyone know how to find the initExtent="" xml code (for android studio) after i make the Basemap & Routing/Geocoding data on arcmap?

0 Kudos
1 Solution

Accepted Solutions
AlexanderNohe1
Honored Contributor

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.

View solution in original post

0 Kudos
2 Replies
ThomasSaldana
Emerging Contributor

Specifically, the coordinates that go inside the "" of the init extent

0 Kudos
AlexanderNohe1
Honored Contributor

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.

0 Kudos