MapStyleLoadEvent
Defined in: ui/events.ts:510
The style.load event, fired once the map's style has fully loaded or changed.
Extends
Properties
target
target:
Map
Defined in: ui/events.ts:486
The object that fired the event. Set when the event is fired, and narrowed to a more
specific type (e.g. Map, Marker) by the event subclasses.