跳到主要内容

flywave-mapview.poitablemanager.loadpoitables

Home > @flywave/flywave-mapview > PoiTableManager > loadPoiTables

PoiTableManager.loadPoiTables() method

Load the PoiTables that are stored in the MapViews .

Signature:

loadPoiTables(poiTables?: PoiTableRef[]): Promise<void>;

Parameters

Parameter

Type

Description

poiTables

PoiTableRef[]

(Optional) containing all PoiTables to load.

Returns:



Promise&lt;void&gt;

Resolved once all the [PoiTable](./flywave-mapview.poitable.md)<!-- -->s in the have been loaded.

## Remarks

Note that duplicate names of [PoiTable](./flywave-mapview.poitable.md)<!-- -->s in the will lead to inaccessible [PoiTable](./flywave-mapview.poitable.md)<!-- -->s.