OmhMapLoadedCallback

fun interface OmhMapLoadedCallback

Callback interface for when the map has finished rendering. This occurs after all tiles required to render the map have been fetched, and all labeling is complete. This event will not fire if the map never loads due to connectivity issues, or if the map is continuously changing and never completes loading due to the user constantly interacting with the map.

Functions

Link copied to clipboard
abstract fun onMapLoaded()

Called when camera movement has ended, there are no pending animations and the user has stopped interacting with the map.