Classes

The following classes are available globally.

  • Public Preview

    This is under Public Preview and subject to change by the end of 2020.12. More information is available at: https://developer.tomtom.com/public-preview

    Base class TTMatcher that describes the base API for map/routing matching. Map/routing matching snaps an inaccurate GPS probe to the given route. The reference route can be set manually or can be obtained from the map tiles, depending on the use case.

    See more

    Declaration

    Objective-C

    @interface TTMatcher : NSObject

    Swift

    class TTMatcher : NSObject
  • Public Preview

    This is under Public Preview and subject to change by the end of 2020.12. More information is available at: https://developer.tomtom.com/public-preview

    A TTMatcherLocation object contains the geographical location with additonal data for Matcher.

    See more

    Declaration

    Objective-C

    @interface TTMatcherLocation

    Swift

    class TTMatcherLocation : CLLocation