I need to cache a few tiles for the offline part of my application. Though in the samples provided for Android the following server link has been used for exporting local tile chache:
http://sampleserver6.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer
the sample itself can be found here:
https://developers.arcgis.com/android/sample-code/export-tile-cache/
Where only levels 1-9 are supported.
How can I download for higher levels?
Or, what is the ESRI server link to export higher level tile packages?
P.S. I have already tried other REST services