Skip to main content

flywave-mapview.poitable.getentry

Home > @flywave/flywave-mapview > PoiTable > getEntry

PoiTable.getEntry() method

Gets [[PoiTableEntry]] for poi name specified.

Signature:

getEntry(poiName: string): PoiTableEntry | undefined;

Parameters

Parameter

Type

Description

poiName

string

poi name or one of its alternative names if [[useAltNamesForKey]] is set to true.

Returns:



PoiTableEntry \| undefined

\[\[PoiTableEntry\]\] object or undefined if name was not found in dictionary.