UnfollowedRouteReason

abstract class UnfollowedRouteReason

Represents the reason why the route is no longer being followed.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Location matched outside the route's path.

Link copied to clipboard

The location cannot be map-matched on route due to an incomplete map data. In this case, the user should be informed that they need to go online for navigation to work properly.

Functions

Link copied to clipboard
open override fun toString(): String

Returns a string representation of this unfollowed route reason.