Followed

data class Followed(val route: Route) : RouteTrackingState

Represents the RouteTrackingState when the currently active route is followed.

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

Constructors

Link copied to clipboard
constructor(route: Route)

Properties

Link copied to clipboard
open override val route: Route

The current route.