flywave-mapview.poitablemanager
Home > @flywave/flywave-mapview > PoiTableManager
PoiTableManager class
The PoiTableManager manages the list of [[PoiTables]] that can be defined in the sfile.
Signature:
export declare class PoiTableManager
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Creates an instance of PoiTableManager. |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| boolean | Return | |
| |||
| Map<string, PoiTable> | Return the map of PoiTables. |
Methods
Method | Modifiers | Description |
|---|---|---|
Manually add a PoiTable. Normally, the [[PoiTables]]s are specified in the . | ||
Clear the list of PoiTables. | ||
Retrieve a PoiTable by name. | ||