hasArrivedAtWaypoint

abstract fun hasArrivedAtWaypoint(navigationSnapshot: NavigationSnapshot): WaypointStatus

Returns the arrival status of the next waypoint based on NavigationSnapshot.

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

Throws

if the NavigationSnapshot does not contain a trip snapshot or next waypoint.