Options
All
  • Public
  • Public/Protected
  • All
Menu

Object used to expose the OpenLayer map.

Example of usage:

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

Hierarchy

  • MapModel

Index

Constructors

Methods

Constructors

constructor

Methods

getMap

  • getMap(): BehaviorSubject<Map>

setMap

  • setMap(map: Map): void

Generated using TypeDoc