matchLocation

abstract fun matchLocation(navigationSnapshot: NavigationSnapshot): MapMatchingResult

Attempts to match location based on the navigation snapshot, provided we have GNSS input data.

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

Return

map matching result. If the map-matcher didn't find a match it falls back to the last known map-matching result.

Parameters

navigationSnapshot

The snapshot of the current navigation session.