extrapolateLocation

abstract fun extrapolateLocation(navigationSnapshot: NavigationSnapshot): MapMatchingResult?

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

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 extrapolate the location successfully, the method returns null.

Parameters

navigationSnapshot

The snapshot of the current navigation session.