ReverseGeocodeRequest
class ReverseGeocodeRequest
Request for reverse geocoding a location
-
Creates a new instance of the search request.
Declaration
Swift
public init() -
The location which should be reverse geocoded
Declaration
Swift
open var location: CLLocationCoordinate2D? -
Preferred language order for showing search results, overrides the value specified in the “Accept-Language” HTTP header. Either uses standard rfc2616 accept-language string or a simple comma separated list of language codes.
Declaration
Swift
open var acceptLanguage: [String]
View on GitHub
ReverseGeocodeRequest Class Reference