Properties
controlAdapters
controlAdapters: {
ATTRIBUTION: typeof Attribution;
ZOOM: typeof ZoomControl;
} = OlMapAdapter.controlAdapters
Type declaration
-
ATTRIBUTION: typeof Attribution
-
ZOOM: typeof ZoomControl
emitter
emitter: EventEmitter = ...
layerAdapters
layerAdapters: {
GEOJSON: typeof GeoJsonAdapter;
IMAGE: typeof ImageAdapter;
OSM: typeof OsmAdapter;
TILE: typeof TileAdapter;
WMS: typeof WmsAdapter;
} = OlMapAdapter.layerAdapters
Type declaration
-
GEOJSON: typeof GeoJsonAdapter
-
IMAGE: typeof ImageAdapter
-
OSM: typeof OsmAdapter
-
TILE: typeof TileAdapter
-
WMS: typeof WmsAdapter
Static
controlAdapters
controlAdapters: {
ATTRIBUTION: typeof Attribution;
ZOOM: typeof ZoomControl;
} = ...
Type declaration
-
ATTRIBUTION: typeof Attribution
-
ZOOM: typeof ZoomControl
Static
layerAdapters
layerAdapters: {
GEOJSON: typeof GeoJsonAdapter;
IMAGE: typeof ImageAdapter;
OSM: typeof OsmAdapter;
TILE: typeof TileAdapter;
WMS: typeof WmsAdapter;
} = ...
Type declaration
-
GEOJSON: typeof GeoJsonAdapter
-
IMAGE: typeof ImageAdapter
-
OSM: typeof OsmAdapter
-
TILE: typeof TileAdapter
-
WMS: typeof WmsAdapter
Parameters and methods that control the behavior of the map and the layers on it.