Classes

The following classes are available globally.

  • Base class TTMatcher that describes base API for map/routing matching. Map/routing matching snaps 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. @BETA

    See more

    Declaration

    Objective-C

    @interface TTMatcher : NSObject

    Swift

    class TTMatcher : NSObject
  • A TTMatcherLocation object contains the geographical location with additonal data for Matcher.

    See more

    Declaration

    Objective-C

    @interface TTMatcherLocation : TTLocation

    Swift

    class TTMatcherLocation : TTLocation