Reverse Geocoder
Defines geographical areas for different scales.
See moreDeclaration
Swift
public enum AreaType
Defines how the reverse geocoding request matches the result.
See moreDeclaration
Swift
public enum MatchType
Describes the place details from reverse geocoding service.
See moreDeclaration
Swift
public struct PlaceMatch
Interface of the Reverse Geocoding API. Reverse geocoding is the process of translating geographic coordinates in the form of latitude and longitude into a readable address or location description that can be easily understood by humans. This process makes possible the identification of specific location details such as the street address, city, postal code, and other relevant information associated with a particular location on a map. For example, the location (52.391174, 4.910375) can be translated to the address (Distelweg, 141031 HE, Amsterdam). A typical use case is for the end user to click on the map and see the address at the clicked position.
See moreDeclaration
Swift
public protocol ReverseGeocoder
Defines the parameters of a Reverse Geocoding request.
See moreDeclaration
Swift
public struct ReverseGeocoderOptions
The response returned by the ReverseGeocoder
after a successful reverse geocoding action.
It contains matching places (if any were found) and information about reverse geocoding execution.
Declaration
Swift
public struct ReverseGeocoderResponse
Defines the types of the road based on intended usage and/or connections with the other roads.
See moreDeclaration
Swift
@available(*, deprecated, message: "This API is deprecated and will be removed with the next major release.")
public enum RoadUse