Map Validity Listener
interface MapValidityListener
Content copied to clipboard
Functions
on Map Invalidated
Link copied to clipboard
abstract fun onMapInvalidated()
Content copied to clipboard
Called when the map is invalidated after its surface has been destroyed. This can happen without MapFragment being destroyed, eg. when putting app to background with home button. Any calls to MapView after this will be ignored.
on Map Valid
Link copied to clipboard
abstract fun onMapValid()
Content copied to clipboard
Called after recreating map surface. After this, MapView is valid again.