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.The Address of the custom POI.
Declaration
Swift
public let address: Address
Unique identifier of the custom POI.
Declaration
Swift
public let id: String
Creates a new custom POI.
Declaration
Parameters
id
|
Unique identifier of the custom POI. |
position
|
The geo-location of the custom POI. |
poi
|
The POI part of the custom POI. |
address
|
The Address of the custom POI. |
The POI part of the custom POI.
Declaration
Swift
public let poi: POI
The geo-location of the custom POI.
Declaration
Swift
public let position: CLLocationCoordinate2D