Options🔗
Definition🔗
export interface Options {
view: geomap.MapViewConfig;
controls: geomap.ControlsOptions;
basemap: common.MapLayerOptions;
layers: common.MapLayerOptions[];
tooltip: geomap.TooltipOptions;
}
Methods🔗
No methods.