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.

Lifecycle

Public

  • 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]