sdk-maps / com.tomtom.online.sdk.map / OnMapReadyCallback

OnMapReadyCallback

interface OnMapReadyCallback

Callback interface executed when the map is ready to be used. The instance of this interface is set to MapFragment, and the OnMapReadyCallback#onMapReady(TomtomMap) is triggered when the map is fully initialized and not-null.

Functions

onMapReady

abstract fun onMapReady(tomtomMap: TomtomMap): Unit

Called when the map is ready to be used.