ReverseGeocoderResponse
public struct ReverseGeocoderResponse
Response of the Reverse Geocoding request.
-
ReverseGeocoderResponse init method
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public init(summary: ReverseGeocoderSummary, places: [PlaceMatch])Parameters
summaryThe summary of the request to the Reverse Geocoding API.
placesThe places matched for the reverse geocoded location, sorted in descending order by score.
-
Summary information about the performed reverse geocoding.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct Summary -
Contains common attributes of a Reverse Geocoding response.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let summary: ReverseGeocoderSummary -
Contains the list of places that were geocoded from a coordinate
Declaration
Swift
public let places: [PlaceMatch]
ReverseGeocoderResponse Structure Reference