obtainTrackedRoutes

open override fun obtainTrackedRoutes(navigationSnapshot: NavigationSnapshot): List<String>

Detects that which routes are not being followed by counting three consecutive off-route map matched positions.

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

Return

A list of IDs of tracked routes, otherwise empty list.

Parameters

navigationSnapshot

The NavigationSnapshot used to determine if the routes are being followed or deviated from.