StyleChangedEvent interface
Event object returned by the map after loading a new style.
- Extends
Properties
| map | The |
| original |
The original event that was fired. |
| style | The name of the style that was loaded. |
| type | The event type. |
Property Details
map
originalEvent
The original event that was fired.
originalEvent?: Event
Property Value
Event
style
The name of the style that was loaded.
style: string
Property Value
string
type
The event type.
type: string
Property Value
string