Source Data Loaded
The `SourceDataLoaded` event is emitted when source data is loaded. Note: The event will be emitted synchronously in cases when the source's metadata is available when a source is added to the style.
Constructors
Link copied to clipboard
open fun SourceDataLoaded(@NonNull sourceId: String, @NonNull type: SourceDataLoadedType, @Nullable loaded: Boolean, @Nullable tileId: CanonicalTileID, @Nullable dataId: String, @NonNull timeInterval: EventTimeInterval)