GeoLeaf Core API - v3.0.0
    Preparing search index...

    Handle returned by IMapAdapter.addControl(). Callers use it to later remove the control via IMapAdapter.removeControl().

    interface GeoLeafControl {
        position: GeoLeafControlPosition;
        remove(): void;
    }
    Index

    Properties

    Methods

    Properties

    Corner where the control is anchored.

    Methods