Open Pioneer Trails Packages
    Preparing search index...

    Interface Overlays

    Manages active overlays on the map.

    interface Overlays {
        "[REGISTER_OVERLAY]"(overlay: Overlay): void;
        "[UNREGISTER_OVERLAY]"(overlay: Overlay): void;
        add(options: OverlayOptions): Overlay;
        clear(): void;
        getAll(): Overlay[];
    }
    Index

    Methods