MapProjectionEvent
Defined in: ui/events.ts:834
The map projection event
Extends
Properties
newProjection
newProjection:
PropertyValueSpecification<ProjectionDefinitionSpecification>
Defined in: ui/events.ts:844
Specifies the name of the new projection. For example:
globeto describe globe that has internally switched to mercatorvertical-perspectiveto describe a globe that doesn't change to mercatormercatorto describe mercator projection
target
target:
Map
Defined in: ui/events.ts:485
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.