Object used to expose the OpenLayer map.

Example of usage:

   (window as any).gmfapi.store.map.getMap().subscribe({
next: (map: Map) => {
if (map) {
...
}
},
})

Hierarchy

  • MapModel

Constructors

Methods

Constructors

Methods

  • Returns

    the OpenLayers map.

    Returns BehaviorSubject<Map>

  • Set the OpenLayers map.

    Parameters

    • map: Map

      the OpenLayers map

    Returns void

Generated using TypeDoc