RoutingVisualizationDataProvider

Provides the routing data.

An instance of this class can be constructed with the RoutingVisualizationDataProvider fake constructor function.

Types

Link copied to clipboard
class Mutable

Properties

Link copied to clipboard
val routes: Flow<List<Route>>

The route plan.

Link copied to clipboard

The selected route ID.

Functions

Link copied to clipboard

Copies the RoutingVisualizationDataProvider and applies the changes by configure to the copied instance.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String