Select to view content in your preferred language

Show multiple mmpk using the native Kotlin SDK

115
1
a month ago
TiagoSantos2024
New Contributor

Hi,

Does anyone know if it is possible to load/show multiple mmpks files at the same time when rendering the offline map using either the Kotlin or Swift ArcGis SDKs?

We have a big map and is splitted in multiple mmpks (each mmpk has a different area from the map with little or no overlaps between them) and I would like to show the user the corresponding mmpk according to the position in the map (meaning that when I move the focus in the map, it should show other mmpk according to that coordinates and, if needed, maps from different mmpks in the screen)...

Thanks

Tags (3)
0 Kudos
1 Reply
RamaChintapalli
Esri Contributor

Hi,
That is not possible with the current SDK. You can read multiple mmpks and keep the collection of all maps but can assign only a single instance of map to the Mapview at a time and switch between them (if necessary).

Thanks
Rama

0 Kudos