Hi, maybe someone knows how to identify spatial reference of mobilemapPackage? I`m using Android studio. How can I check this in console ?
Thanks for help!
Solved! Go to Solution.
Hi John Mcoy,
A mobile map package can contain several maps within it. What you would need to do is pull out which map you are interested in via MobileMapPackage.getMaps() ( MobileMapPackage| arcgis-android ) and then use getSpatialReference on that retrieved map using the ArcGISMap.getSpatialReference() method (ArcGISMap| arcgis-android ).
I hope this helps!
Hi John Mcoy,
A mobile map package can contain several maps within it. What you would need to do is pull out which map you are interested in via MobileMapPackage.getMaps() ( MobileMapPackage| arcgis-android ) and then use getSpatialReference on that retrieved map using the ArcGISMap.getSpatialReference() method (ArcGISMap| arcgis-android ).
I hope this helps!
Thanks Alexander