ReverseGeocoderResponse
public struct ReverseGeocoderResponse
Contains the result of geocoding a coordinate into the human-readable addresses
Important
This is a Public Preview API. It may be changed or removed at any time.-
ReverseGeocoderResponse init method
Declaration
Swift
public init(summary: ReverseGeocoderSummary, places: [PlaceMatch])Parameters
summaryReverse Geocoder Summary
addressesList of Addresses
-
Contains common attributes of the current response
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