Structures

The following structures are available globally.

ReverseGeocoderQuery

  • Defines the input to the reverse geocoding service.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public struct ReverseGeocoderQuery

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.
    See more

    Declaration

    Swift

    public struct ReverseGeocoderResponse

MapCode

  • Describes characteristic of the applied map code

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public struct MapCode : Decodable, Equatable

GeoGeometry

  • Defines the geographical shape of the reverse geocoding

    Important

    This is a Public Preview API. It may be changed or removed at any time.

    Declaration

    Swift

    public struct GeoGeometry

GeoBoundingBox

  • Defines the rectange area that contains the result of reverse geocoding

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public struct GeoBoundingBox : Decodable
    extension GeoBoundingBox: Equatable

PlaceMatch

  • Describes the place matching the requested position

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public struct PlaceMatch

ReverseGeocoderSummary

  • Contains a common attributes of the reverse geocoder request

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public struct ReverseGeocoderSummary : Codable