OnStyleLoadedListener

fun fun interface OnStyleLoadedListener

Definition for listener invoked when the style is fully loaded.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onStyleLoaded
Link copied to clipboard
abstract fun onStyleLoaded(eventData: StyleLoadedEventData)
Invoked when the requested style has been fully loaded, including the style, specified sprite and sources' metadata.
toString
Link copied to clipboard
open fun toString(): String