mapContextLiveData

LiveData that can be observed for the current MapContext

The map context contains information about the loaded map. This will be null if no map has been assigned to the MapView or the map was not bundled with the app and is currently downloading.

Return

LiveData containing the current MapContext or null if no MapContext is available

Since

0.0.86