PlaceMatch
public struct PlaceMatch
Describes the place matching the requested position.
-
Creates PlaceMatch.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Parameters
placeRepresentation of the address returned in the result.
navigablePositionThe position of the matched place.
roadUseList of road usage types at the address.
matchTypeInformation on the type of match.
geometryThe geographical geometry of the place match. (where available).
routeNumbersunambiguously identify the street.
speedLimita speed limit defined at the matched address.
boundingBoxa rectangle that contains matched place.
-
Representation of the address returned in the result.
Declaration
Swift
public let place: Place -
The position of the matched place.
Declaration
Swift
public let navigablePosition: CLLocationCoordinate2D -
Set of road usage types at the address.
Declaration
Swift
public let roadUse: Set<RoadUse> -
Information on the type of match.
Declaration
Swift
public let matchType: MatchType? -
The geographical geometry of the place match. (where available).
nilwhenReverseGeocoderOptions.fetchGeometryisfalseDeclaration
Swift
public let boundingBox: BoundingBox? -
The list of codes used to unambiguously identify the street.
Declaration
Swift
public let routeNumbers: [String] -
A speed limit if it is defined in the matched place
Declaration
Swift
public let speedLimit: Measurement<UnitSpeed>? -
The geometry.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let geometry: Geometry?
PlaceMatch Structure Reference