sdk-maps-driving-extensions / com.tomtom.online.sdk.map.driving

Package com.tomtom.online.sdk.map.driving

Types

BuildConfig

class BuildConfig
class BuildConfig

LatLngTraceMatchingDataProvider

abstract class LatLngTraceMatchingDataProvider : MatchingDataProvider

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

MapMatchResult

class MapMatchResult : MatchResult

Class that contains the map matcher result.

Matcher

interface Matcher : NativeObject

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.

MatcherFactory

class MatcherFactory

Helper class that allows to create map matcher implementation.

MatcherListener

interface MatcherListener

Callback interface that allows the reception of matching results.

MatchResult

abstract class MatchResult

Base class that contains matcheing results.

MatchResultVisitor

interface MatchResultVisitor

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

NativeMatcher

class NativeMatcher : Matcher

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

RouteMatchResult

class RouteMatchResult : MatchResult

The Route matcher result.