interface MapSettingsConfig {
    debugLayerName?: string;
    map: Map$1;
    requestLocation?: boolean;
    settings: MapSetting;
    zoom?: number;
}

Properties

debugLayerName?: string
map: Map$1
requestLocation?: boolean
settings: MapSetting
zoom?: number