Hello,
I'm using ArcGIS Runtime SDK in my Android application.
I need to show two maps with differnt geographical boundaries, the maps are in tpk format.
When the application starts, I'm loadind the maps via getBasemap.getBaseLayers().add.. and set them invisible.
When the user wants to see the map, I set the layer visible.
The problem is that the application shows only one map, the first tpk that was loaded.
I've tried to remove the layer and add another, tried to call Map.SetInitialViewPoint from the Envelope of the second layer. Nothing helps.
I would appriciate any help
Yan