ol-cesium
    Preparing search index...

    Class OverlaySynchronizer

    Index

    Constructors

    Properties

    map: Map
    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.

    • Api

      Removes an overlay from the scene

      Parameters

      • overlay: Overlay

      Returns void

    • Api

      Destroy all and perform complete synchronization of the overlays.

      Returns void