Select to view content in your preferred language

Download map tiles for offline use

1641
1
04-25-2022 05:28 AM
RitvikRanadive
New Contributor III

Does the ArcGIS Developer account allow downloading maps tiles for offline use?

I have an application that only requires certain basic operations like displaying a map, getting the GPS location of a point selected on the map, displaying points on the map etc. The application doesn't need to have internet connectivity. It is also limited in terms of the map area it is supposed to cover. Hence the offline maps functionality is perfect for it.

However I am not sure if the ArcGIS Developer account allows for downloading maps for offline use. If it does, how can I proceed with the same?

Update: Just to clarify, I am able to create an offline map for the area I want to use from the ArcGIS Online. I want to know how I can download these files on my PC and use them in an application that I am programming on my PC.

Tags (2)
0 Kudos
1 Reply
MarkBockenhauer
Esri Regular Contributor

With a developer account you have full access to the API for development and Testing.

I think this sample code is what you are looking for functionally - https://developers.arcgis.com/net/wpf/sample-code/download-preplanned-map-area/

 The deployment of your solution does have licensing requirements and you can see those here:

https://developers.arcgis.com/net/license-and-deployment/license/

 

 

 

0 Kudos