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.
abstract fun onMapReady(tomtomMap: TomtomMap): Unit
Called when the map is ready to be used. |