Ready

data class Ready(routes: List<NavigationRoute>) : RoutesAction

The action informs that route request was successful and routes are ready to be used.

Parameters

routes

list of NavigationRoute

Constructors

Ready
Link copied to clipboard
fun Ready(routes: List<NavigationRoute>)
list of NavigationRoute

Functions

component1
Link copied to clipboard
operator fun component1(): List<NavigationRoute>
copy
Link copied to clipboard
fun copy(routes: List<NavigationRoute>): RoutesAction.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>
list of NavigationRoute