flywave-mapview.poimanager
Home > @flywave/flywave-mapview > PoiManager
PoiManager class
POI manager class, responsible for loading the objects from the , and preparing them for rendering.
Signature:
export declare class PoiManager
Remarks
Also loads and manages the texture atlases for the icons.
Constructors
Constructor | Modifiers | Description |
|---|---|---|
The constructor of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
|
Methods
Method | Modifiers | Description |
|---|---|---|
Add an such that it is available as a named entity for techniques in theme files. | ||
Add all POIs from a decoded tile and store them as s in the Tile. Also handles LineMarkers, which is a recurring marker along a line (road). | ||
Load the texture atlas that defines the segments of the texture that should be used for specific icons. | ||
Clear internal state. Applicable when switching themes. | ||
Return the registered under the specified name. | ||
Update the with the information taken from the PoiTable which is referenced in the of the pointLabel. If the requested PoiTable is not available yet, the function returns If the PoiTable has been processed, it returns |