MapMatchingEngine

Improves the position accuracy by attempting to match it to map or route.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun extrapolateLocation(navigationSnapshot: NavigationSnapshot): MapMatchingResult?

Performs attempt to extrapolate location.

Link copied to clipboard
abstract fun matchLocation(navigationSnapshot: NavigationSnapshot): MapMatchingResult

Performs attempt to match location.