How to get current coordinates from map when user in online mode and show same location(same zoom level) into map in offline mode(tpk file)

956
1
01-19-2017 10:09 AM
KamalMittal
New Contributor III

Hi,

Actually I am showing ESRI map in online mode. When user is in offline mode then I am loading tpk file . Now I want to show same location(or same zoom level) on tpk file where user left in online mode.

Is it possible in ArcGIS runtime sdk 100.0(swift)

Thanks

Tags (1)
0 Kudos
1 Reply
SuganyaBaskaran1
Esri Contributor

Yes, it is possible with v100.0. You can use `AGSExportTileCacheTask` to download tiles and view them in offline mode. Check out this sample that demonstrates this. 

0 Kudos