Object used to expose the OpenLayer map.
Example of usage:
(window as any).gmfapi.store.map.getMap().subscribe({ next: (map: Map) => { if (map) { ... } }, })
the OpenLayers map.
Set the OpenLayers map.
the OpenLayers map
Generated using TypeDoc
Object used to expose the OpenLayer map.
Example of usage: