TomTomOnlineReverseGeocoderService

public final class TomTomOnlineReverseGeocoderService : ReverseGeocoderService
extension TomTomOnlineReverseGeocoderService: AdditionalQueryItemProvider

The TomTom Geo Coder Service is a REST wrapper for a suite of web services that allow developers to use our scalable geo coder engine.

Important

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

Lifecycle

  • GeoCoderService init method.

    Declaration

    Swift

    public convenience init()
  • Initializer with the option to specify a HTTP Client

    Declaration

    Swift

    public init(httpClient: HTTPHandlerProtocol)

    Parameters

    httpClient

    A http client to use for requests.