POIID
public struct POIID : Hashable
Defines the POI identifier (POIID) required to fetch POI details.
-
Creates an instance of
POIIDwith given parameters.Declaration
Swift
public init(id: String, source: Source)Parameters
idThe identifier of the POI in the given map. For an NDS POI, the POI ID is synthesized as “nds:
: : ”. Example: “nds:16459549:4162:121545” NDS POI IDs are stable at least until a map update is performed. The NDS map compiler may also guarantee stability for some maps when doing incremental update. sourceidentifies the type of the search service used to retrieve POI identifier.
TomTom SDK for iOS (0.53.1)
POIID