Class: MapEvent

ol/MapEvent~MapEvent


Events emitted as map events are instances of this type. See module:ol/Map~Map for which events trigger a map event.

Members

The frame state at the time of the event.

The map where the event occurred.

Events

moveend

MapEventType.js, line 24

Triggered after the map is moved.

movestart

MapEventType.js, line 17

Triggered when the map starts moving.

postrender

MapEventType.js, line 10

Triggered after a map frame is rendered.