PlaceIdentifier
enum PlaceIdentifierThe place identifier.
-
Declaration
Swift
case coordinate(CLLocationCoordinate2D) -
The place ID of the place.
Declaration
Swift
case placeID(String) -
The resource name of the place.
Declaration
Swift
case resourceName(String)