class BuildConfig class BuildConfig |
|
abstract class LatLngTraceMatchingDataProvider : MatchingDataProvider
Data set implementation obtained from a list of coordinates (e.g., provided from route). |
|
class MapMatchResult : MatchResult
Class that contains the map matcher result. |
|
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. |
|
class MatcherFactory
Helper class that allows the creation of a map matcher implementation. |
|
interface MatcherListener
Callback interface that allows the reception of matching results. |
|
abstract class MatchResult
Base class that contains matching results. |
|
interface MatchResultVisitor
A visitor of matcher results, implementing the visitor design pattern. It operates on {@link MatcherResult} and its subtypes. |
|
class NativeMatcher : Matcher
A wrapper for a native object providing access to the matching algorithms. |
|
class RouteMatchResult : MatchResult
The Route matcher result. |