CustomPOIRecord
public final class CustomPOIRecord : CustomRecord
A single custom POI record.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates a new POI custom record
Declaration
Swift
public init(id: String, position: CLLocationCoordinate2D, poi: POI, address: Address)Parameters
idUnique identifier of the custom record.
positionThe geo-location of the custom record.
poiThe POI part of the custom record.
addressThe Address of the custom record.
CustomPOIRecord Class Reference