All Types

com.tomtom.online.sdk.map.driving.BuildConfig
com.tomtom.online.sdk.map.driving.BuildConfig
com.tomtom.online.sdk.extensions.BuildConfig
com.tomtom.online.sdk.map.driving.LatLngTraceMatchingDataProvider

Data set implementation obtained from a list of coordinates (e.g., provided from route).

com.tomtom.online.sdk.map.driving.MapMatchResult

Class that contains the map matcher result.

com.tomtom.online.sdk.map.driving.Matcher

Base interface that describes the base API for map matching. Map matching snaps the 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.

com.tomtom.online.sdk.map.driving.MatcherFactory

Helper class that allows to create map matcher implementation.

com.tomtom.online.sdk.map.driving.MatcherListener

Callback interface that allows the reception of matching results.

com.tomtom.online.sdk.map.driving.MatchResult

Base class that contains matcheing results.

com.tomtom.online.sdk.map.driving.MatchResultVisitor

A visitor of matcher results, implementing the visitor design pattern. It operates on {@link MatcherResult} and its subtypes.

com.tomtom.online.sdk.map.driving.NativeMatcher

A wrapper for a native object providing access to the matching algorithms.

com.tomtom.online.sdk.map.driving.RouteMatchResult

The Route matcher result.