Options
All
  • Public
  • Public/Protected
  • All
Menu

Object used to expose the OpenLayer map.

Example of usage:

   (window as any).gmfapi.store.line.getLine().subscribe({
next: (line: OlGeomLineString) => {
if (line) {
...
}
},
})

Hierarchy

  • LineModel

Index

Constructors

Methods

Constructors

Methods

  • getLine(): BehaviorSubject<LineString>
  • Get the lines

    Returns BehaviorSubject<LineString>

    The existing line.

  • setLine(line: LineString): void

Generated using TypeDoc