extrapolateLocation

abstract fun extrapolateLocation(navigationSnapshot: NavigationSnapshot): MapMatchingResult?

Deprecated

This will be removed from future releases after 2026-10-07.

Attempts to extrapolate location based on the navigation snapshot, provided we have a previously map-matched result. The method should be used when there is no GNSS input data available (in the tunnel for example).

Return

Map matching result. If the map-matcher didn't extrapolate the location successfully, the method returns null.

Parameters

navigationSnapshot

The snapshot of the current navigation session.