POIDetails
public struct POIDetails
The details of a Point of Interest.
-
The ID of the POI.
Declaration
Swift
public let searchResultID: SearchResultID -
The place information to locate the POI.
Declaration
Swift
public let place: Place -
A rectangle into which the shape of the POI is inscribed.
Declaration
Swift
public let poi: POI -
The bounding box containing the POI.
Declaration
Swift
public let boundingBox: BoundingBox?
TomTom SDK for iOS (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
POIDetails