Object used to expose the OpenLayer map.
Example of usage:
(window as any).gmfapi.store.line.getLine().subscribe({ next: (line: OlGeomLineString) => { if (line) { ... } }, })
Get the lines
The existing line.
Set the line.
The line
Generated using TypeDoc
Object used to expose the OpenLayer map.
Example of usage: