Class OverlaySynchronizer

Constructors

Properties

map: Map
scene: Scene

Methods

  • Parameters

    • overlay: Overlay

    Returns void

  • Destroys all the created Cesium objects.

    Returns void

  • 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.

  • Removes an overlay from the scene

    Parameters

    • overlay: Overlay

    Returns void

  • Destroy all and perform complete synchronization of the overlays.

    Returns void