Classes

The following classes are available globally.

TomTomOnlineReverseGeocoderService

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

    Declaration

    Swift

    public final class TomTomOnlineReverseGeocoderService : ReverseGeocoderService
    extension TomTomOnlineReverseGeocoderService: AdditionalQueryItemProvider
  • Class to add a key for a search service. The key must be injected before the GeocodeService can be used.

    • Example: func application(_: UIApplication, didFinishLaunchingWithOptions _: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { ReverseGeocoderService.reverseGeocoderKey = "ReverseGeocoder_KEY" [...] return true }
    See more

    Declaration

    Swift

    public class ReverseGeocoderOnlineService