Success

data class Success(routeOptions: RouteOptions) : RouteOptionsUpdater.RouteOptionsResult

Successful operation.

Parameters

routeOptions

the recreated route option from the current route progress

Constructors

Success
Link copied to clipboard
fun Success(routeOptions: RouteOptions)
the recreated route option from the current route progress

Functions

component1
Link copied to clipboard
operator fun component1(): RouteOptions
copy
Link copied to clipboard
fun copy(routeOptions: RouteOptions): RouteOptionsUpdater.RouteOptionsResult.Success
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

routeOptions
Link copied to clipboard
val routeOptions: RouteOptions
the recreated route option from the current route progress