How identify mmpk spatial reference?

582
2
Jump to solution
06-19-2017 05:50 AM
JohnMcoy
New Contributor III

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! 

0 Kudos
1 Solution

Accepted Solutions
AlexanderNohe1
Occasional Contributor III

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!

View solution in original post

2 Replies
AlexanderNohe1
Occasional Contributor III

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!

JohnMcoy
New Contributor III

Thanks Alexander  

0 Kudos