MapSurfaceReadyCallback

MapSurface ready callback, will be called when the MapSurface is created successfully.

fun fun interface MapSurfaceReadyCallback

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
onMapSurfaceReady
Link copied to clipboard

Map surface is ready.

abstract fun onMapSurfaceReady(mapSurface: MapSurface)
toString
Link copied to clipboard
open override fun toString(): String