Interface gmfOptions

interface gmfOptions {
    controlZoom: Options;
    cssVars: {};
    geolocalisation: boolean;
    interationDefaults: any;
    map: Map;
    mapControls: Control[];
    mapInteractions: Interaction[];
    showInfobar: boolean;
    view: View;
    zoom: number;
}

Properties

controlZoom: Options

The zoom control options

cssVars: {}

The css variables, in particular brand-primary and brand-secondary that will set all the branding.

Type declaration

    geolocalisation: boolean

    Show the geolocalisation button.

    interationDefaults: any

    The map interactions.

    map: Map

    The map definition.

    mapControls: Control[]

    The map control.

    mapInteractions: Interaction[]

    The map interactions.

    showInfobar: boolean

    Show the information bar.

    view: View

    The view definition.

    zoom: number

    The default zoom.

    Generated using TypeDoc