Classdesc

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

Param: type

Event type.

Param: map

Map.

Param: opt_frameState

Frame state.

Hierarchy

Constructors

  • Parameters

    • type: string

      Event type.

    • map: Map

      Map.

    • Optional opt_frameState: FrameState

      Frame state.

    Returns MapEvent

    Classdesc

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

Properties

frameState: FrameState

The frame state at the time of the event.

Api

map: Map

The map where the event occurred.

Api

stable

target: Object

The event target.

Api

stable

type: string

The event type.

Api

stable

Methods

  • Stop event propagation.

    Returns void

    Function

    Api

    stable

  • Stop event propagation.

    Returns void

    Function

    Api

    stable

Generated using TypeDoc