Class OverlaySynchronizer

Constructors

Properties

listenerKeys_: EventsKey[] = []
map: Map
overlayCollection_: Collection<Overlay>
overlayContainerStopEvent_: HTMLDivElement
overlayContainer_: HTMLDivElement
overlayEvents: string[] = ...
overlayMap_: Map<number, default> = ...
scene: Scene

Methods

  • Get the element that serves as a container for overlays.

    Returns Element

    The map's overlay container.

  • Get the element that serves as a container for overlays that don't allow event propagation. Elements added to this container won't let mousedown and touchstart events through to the map, so clicks and gestures on an overlay don't trigger any ol.MapBrowserEvent.

    Returns Element

    The map's overlay container that stops events.