CustomPOI
public final class CustomPOI
A single custom POI that can be injected into the search engine.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates a new custom POI.
Declaration
Parameters
idUnique identifier of the custom POI.
positionThe geo-location of the custom POI.
poiThe POI part of the custom POI.
addressThe Address of the custom POI.
-
The POI part of the custom POI.
Declaration
Swift
public let poi: POI -
Unique identifier of the custom POI.
Declaration
Swift
public let id: String -
The geo-location of the custom POI.
Declaration
Swift
public let position: CLLocationCoordinate2D -
The Address of the custom POI.
Declaration
Swift
public let address: Address
TomTom SDK for iOS (0.53.1)
CustomPOI