- 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.