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 51d6a28d12e425f7ae52d41c3737bd4a3f3f02af · Esri/arcgis-ru…
Is there a way to add an online map to the MapView object as another layer or something else?