BACKGROUND
I am using the ArcGIS Runtime SDK for Andorid (100.2.1).
I am being provided with mobile map packages (mmpk) by my GIS department. The mmpks contain several vector layers - one layer has an attribute named "Page". Another layer has an attribute named "Segid". The layers containing "Page" and "Segid" shapes are polygons that I would like to programatically select and zoom to.
So, using ArcGIS Runtime SDK for Andorid (100.2.1)...
QUESTIONS
- How do I query for a list of "Segid"s and/or "Page"s contained in the mmpk?
- How do I get a count of the number of "Segid"s and/or "Page"s contained in the mmpk?
- How do I select a polygon ("Page" or "Segid") feature and zoom to it?