Export Map File - Android Studio

414
1
08-03-2021 12:48 PM
GuilhermeFernandes96
New Contributor

Hello everyone!

I would like to know if there is any way to export the map generated after work (After creating a route, polygons, etc. ..).  This exported file can be in shapefile, KML, KML, .KMZ, .CSV, .TSV, .GPX ...I've already found some examples of creating KML files from the tablet/Cell location, but not working on the arcgis map. What would be the best way to achieve this ?

0 Kudos
1 Reply
RamaChintapalli
Esri Contributor

Hi,

From Runtime, you can save the map to your ArcGIS Online. And ArcGIS Online/ArcGIS Desktop has tools to export your map.
https://doc.arcgis.com/en/arcgis-online/analyze/extract-data.htm

Here is a create and save sample,
https://github.com/Esri/arcgis-runtime-samples-android/tree/main/java/create-and-save-map
Thanks

Rama

0 Kudos