Hi all,
Looking for advice how can we take the borders from the maps from the MobileMapPackage() and determine if the current Viewpoint has crossed them?
For example:
We have some offline ArcGISMap() and loaded MobileMapPackage(). loadAndAwaitSuccessLoad(), but those maps from MobileMapPackage are not added to the ArcGISMap() yet.
So when we move around the base map our Viewpoint visible area changes and when it has crossed the boundaries of some maps from MobileMapPackage() we add them to the ArcGISMap.basemap.baseLayers.add(), but when our Viewpoint leave the boundaries of some specific MobileMapPackage() we remove it from the ArcGISMap().
Any tips on what approach to take is appreciated.