StyleDataLoaded

The style data has been loaded. The event will be emitted once for each `StyleDataLoadedType` type during style loading. If a new style is set, events will be emitted again for the newly set style. Note: The event may be emitted synchronously, for example, when `setStyleJSON` is used to load style.

Constructors

Link copied to clipboard
open fun StyleDataLoaded(@NonNull type: StyleDataLoadedType, @NonNull timeInterval: EventTimeInterval)

Functions

Link copied to clipboard
open fun equals(object: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
@NonNull
@get:NonNull
val timeInterval: EventTimeInterval
Link copied to clipboard
@NonNull
@get:NonNull
val type: StyleDataLoadedType

Extensions

Link copied to clipboard

Extension function to map the newly introduced event to the legacy one.