flywave-mapview.poimanager.addpois
Home > @flywave/flywave-mapview > PoiManager > addPois
PoiManager.addPois() method
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).
Signature:
addPois(tile: Tile, decodedTile: DecodedTile): void;
Parameters
Parameter | Type | Description |
|---|---|---|
tile | Tile to add POIs to. | |
decodedTile | DecodedTile | DecodedTile containing the raw objects describing the POIs. |
Returns:
void