PilotGaea 2D O'view
    正在準備搜尋索引...

    類別 MapEvent

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

    Event type.

    Map.

    Frame state.

    層級 (查看層級一覽)

    索引

    屬性

    map: Map

    The map where the event occurred.

    stable

    frameState: FrameState

    The frame state at the time of the event.

    type: string

    The event type.

    stable

    target: Object

    The event target.

    stable

    方法

    • 函數

      Stop event propagation.

      回傳 void

      stable

    • 函數

      Stop event propagation.

      回傳 void

      stable

    構造函數

    • 參數

      • type: string

        Event type.

      • map: Map

        Map.

      • 可選opt_frameState: FrameState

        Frame state.

      回傳 MapEvent

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