RouteTrackingState

sealed class RouteTrackingState

Represents the RouteTrackingState of the currently active route.

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

Inheritors

Types

Link copied to clipboard
data class Deviated(val route: Route, val backToRoutePoint: GeoPoint) : RouteTrackingState

Represents the RouteTrackingState when the deviation has been detected.

Link copied to clipboard
data class Followed(val route: Route) : RouteTrackingState

Represents the RouteTrackingState when the currently active route is followed.

Properties

Link copied to clipboard
open val route: Route