Properties
controlAdapters
controlAdapters: {
[name: string]: any;
} = MapboxglMapAdapter.controlAdapters
emitter
emitter: EventEmitter = ...
isLoaded
isLoaded: boolean = false
layerAdapters
layerAdapters: {
GEOJSON: typeof GeoJsonAdapter;
MVT: typeof MvtAdapter;
OSM: typeof OsmAdapter;
TILE: typeof TileAdapter;
WMS: typeof WmsAdapter;
} = MapboxglMapAdapter.layerAdapters
Type declaration
-
GEOJSON: typeof GeoJsonAdapter
-
MVT: typeof MvtAdapter
-
OSM: typeof OsmAdapter
-
TILE: typeof TileAdapter
-
WMS: typeof WmsAdapter
Static
controlAdapters
controlAdapters: {
[name: string]: any;
} = ...
Static
layerAdapters
layerAdapters: {
GEOJSON: typeof GeoJsonAdapter;
MVT: typeof MvtAdapter;
OSM: typeof OsmAdapter;
TILE: typeof TileAdapter;
WMS: typeof WmsAdapter;
} = ...
Type declaration
-
GEOJSON: typeof GeoJsonAdapter
-
MVT: typeof MvtAdapter
-
OSM: typeof OsmAdapter
-
TILE: typeof TileAdapter
-
WMS: typeof WmsAdapter
Parameters and methods that control the behavior of the map and the layers on it.