MapSurfaceReadyCallback

fun fun interface MapSurfaceReadyCallback

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

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onMapSurfaceReady
Link copied to clipboard
abstract fun onMapSurfaceReady(mapSurface: MapSurface)
Map surface is ready.
toString
Link copied to clipboard
open fun toString(): String