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

    Interface MobileToolbarBuilderContext

    Option-builder context for the mobile toolbar (_buildMobileToolbarOptions).

    interface MobileToolbarBuilderContext {
        GeoLeaf: GeoLeafGlobal;
        cfg: GeoLeafConfig;
        map: IMapAdapter | null;
        glMain: HTMLElement;
    }
    Index

    Properties

    Properties

    GeoLeaf: GeoLeafGlobal
    map: IMapAdapter | null
    glMain: HTMLElement