Ready

data class Ready : RoutesState

Represents the state when route fetching is complete and the route is ready.

Parameters

routes

fetched as a result of network request

Functions

component1
Link copied to clipboard
operator fun component1(): List<NavigationRoute>
copy
Link copied to clipboard
fun copy(routes: List<NavigationRoute>): RoutesState.Ready
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

routes
Link copied to clipboard
val routes: List<NavigationRoute>
fetched as a result of network request