Select to view content in your preferred language

Combining Mobile Map Package and online map tiles

406
1
01-02-2018 03:50 PM
JohnEricksen
New Contributor II

Is there a way to combing the Mobile Map Package map data with an online map?  I'm thinking this would serve two purposes:

1. To be a base map under labeled streets and other features.

2.  Provide a fail back map in case there is no online connectivity - in other words, when the internet or a connection to our map server is unavailable at least we have the mmpk data to display.

In our application we currently use the Mobile Map Package (mmpk) data successfully similar to the example here:

arcgis-runtime-samples-java/OpenMobileMapPackageSample.java at 51d6a28d12e425f7ae52d41c3737bd4a3f3f0... 

Is there a way to add an online map to the MapView object as another layer or something else?

0 Kudos
1 Reply
EricBader
Regular Contributor II

Yes, you can do this. As long as the online layer and the layers from the MMPK share the same spatial reference. 

0 Kudos