Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Constructors

Methods

Constructors

Methods

  • getMap(): BehaviorSubject<Map>
  • setMap(map: Map): void

Generated using TypeDoc