Skip navigation links
A C D F G I L M N O R S V 

A

accept(visitor) - Method in class com.tomtom.online.sdk.map.driving.MapMatchResult
 
accept(visitor) - Method in class com.tomtom.online.sdk.map.driving.MatchResult
 
accept(visitor) - Method in class com.tomtom.online.sdk.map.driving.RouteMatchResult
 

C

com.tomtom.online.sdk.map.driving - package com.tomtom.online.sdk.map.driving
 
Companion - Static variable in class com.tomtom.online.sdk.map.driving.LatLngTraceMatchingDataProvider
 
Companion - Static variable in class com.tomtom.online.sdk.map.driving.MatcherFactory
 
Companion - Static variable in class com.tomtom.online.sdk.map.driving.NativeMatcher
 
createMatcher(dataProvider) - Method in class com.tomtom.online.sdk.map.driving.MatcherFactory.Companion
 
createMatcher(dataProvider) - Static method in class com.tomtom.online.sdk.map.driving.MatcherFactory
 

D

dispose() - Method in class com.tomtom.online.sdk.map.driving.NativeMatcher
 

F

fromPoints(points) - Method in class com.tomtom.online.sdk.map.driving.LatLngTraceMatchingDataProvider.Companion
Creates data from a list of coordinates (e.g., provided from route).
fromPoints(points) - Static method in class com.tomtom.online.sdk.map.driving.LatLngTraceMatchingDataProvider
Creates data from a list of coordinates (e.g., provided from route).

G

getMatchedLocation() - Method in class com.tomtom.online.sdk.map.driving.MatchResult
Matched location.
getNativeHandle() - Method in class com.tomtom.online.sdk.map.driving.NativeMatcher
 
getOriginalLocation() - Method in class com.tomtom.online.sdk.map.driving.MatchResult
Original location, from GPS.

I

isAutoDisposable() - Method in class com.tomtom.online.sdk.map.driving.NativeMatcher
 
isMatched() - Method in class com.tomtom.online.sdk.map.driving.MatchResult
Indicates whether the location was correctly matched or not. This flag can be used to change the chevron color to inform a user that the matched location can be considered as trusty.

L

LatLngTraceMatchingDataProvider - Class in com.tomtom.online.sdk.map.driving
Data set implementation obtained from a list of coordinates (e.g., provided from route).
LatLngTraceMatchingDataProvider() - Constructor for class com.tomtom.online.sdk.map.driving.LatLngTraceMatchingDataProvider
Data set implementation obtained from a list of coordinates (e.g., provided from route).
LatLngTraceMatchingDataProvider.Companion - Class in com.tomtom.online.sdk.map.driving
 

M

MapMatchResult - Class in com.tomtom.online.sdk.map.driving
Class that contains the map matcher result.
MapMatchResult() - Constructor for class com.tomtom.online.sdk.map.driving.MapMatchResult
Class that contains the map matcher result.
match(location) - Method in interface com.tomtom.online.sdk.map.driving.Matcher
Snaps the current location to the nearest route. The route can be set manually or can be obtained from the map tiles, depending on the use case.
match(location) - Method in class com.tomtom.online.sdk.map.driving.NativeMatcher
 
matchedLocation - Variable in class com.tomtom.online.sdk.map.driving.MatchResult
Matched location.
Matcher - Interface in com.tomtom.online.sdk.map.driving
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 in com.tomtom.online.sdk.map.driving
Helper class that allows to create map matcher implementation.
MatcherFactory() - Constructor for class com.tomtom.online.sdk.map.driving.MatcherFactory
Helper class that allows to create map matcher implementation.
MatcherFactory.Companion - Class in com.tomtom.online.sdk.map.driving
 
MatcherListener - Interface in com.tomtom.online.sdk.map.driving
Callback interface that allows the reception of matching results.
MatchResult - Class in com.tomtom.online.sdk.map.driving
Base class that contains matcheing results.
MatchResult() - Constructor for class com.tomtom.online.sdk.map.driving.MatchResult
Base class that contains matcheing results.
MatchResultVisitor - Interface in com.tomtom.online.sdk.map.driving
A visitor of matcher results, implementing the visitor design pattern. It operates on {@link MatcherResult} and its subtypes.

N

NativeMatcher - Class in com.tomtom.online.sdk.map.driving
A wrapper for a native object providing access to the matching algorithms.
NativeMatcher() - Constructor for class com.tomtom.online.sdk.map.driving.NativeMatcher
A wrapper for a native object providing access to the matching algorithms.
NativeMatcher.Companion - Class in com.tomtom.online.sdk.map.driving
 
notifyMatcherListener(result) - Method in class com.tomtom.online.sdk.map.driving.NativeMatcher
Called from C++ to pass matching results.

O

onMatched(matchResult) - Method in interface com.tomtom.online.sdk.map.driving.MatcherListener
Function called when a new matching result is available.
originalLocation - Variable in class com.tomtom.online.sdk.map.driving.MatchResult
Original location, from GPS.

R

RouteMatchResult - Class in com.tomtom.online.sdk.map.driving
The Route matcher result.
RouteMatchResult() - Constructor for class com.tomtom.online.sdk.map.driving.RouteMatchResult
The Route matcher result.

S

setDataToMatchAgainst(dataProvider) - Method in class com.tomtom.online.sdk.map.driving.NativeMatcher
Visible only within the module, wrapped around by a factory.
setMatched(p) - Method in class com.tomtom.online.sdk.map.driving.MatchResult
Indicates whether the location was correctly matched or not. This flag can be used to change the chevron color to inform a user that the matched location can be considered as trusty.
setMatchedLocation(p) - Method in class com.tomtom.online.sdk.map.driving.MatchResult
Matched location.
setMatcherListener(listener) - Method in interface com.tomtom.online.sdk.map.driving.Matcher
Sets a callback to receive matching results. This callback is always sent on a map thread.
setMatcherListener(listener) - Method in class com.tomtom.online.sdk.map.driving.NativeMatcher
 
setOriginalLocation(p) - Method in class com.tomtom.online.sdk.map.driving.MatchResult
Original location, from GPS.

V

visit(result) - Method in interface com.tomtom.online.sdk.map.driving.MatchResultVisitor
Visit and process the route matcher result.
visit(result) - Method in interface com.tomtom.online.sdk.map.driving.MatchResultVisitor
Visit and process the map matcher result.
A C D F G I L M N O R S V 
Skip navigation links