ReverseGeocoderResponse
public struct ReverseGeocoderResponse
Contains the result of geocoding a coordinate into the human-readable addresses
-
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
summary
Reverse Geocoder Summary.
places
List of matching places.
-
Contains common attributes of the reverse geocoder request.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct Summary
-
Contains common attributes of the current 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]