RoutesExtra

object RoutesExtra

Extra data of a route

Types

RoutesUpdateReason
Link copied to clipboard
annotation class RoutesUpdateReason
Reason of Routes update.

Functions

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

Properties

ROUTES_UPDATE_REASON_ALTERNATIVE
Link copied to clipboard
const val ROUTES_UPDATE_REASON_ALTERNATIVE: String
Routes update reason is alternative routes.
ROUTES_UPDATE_REASON_CLEAN_UP
Link copied to clipboard
const val ROUTES_UPDATE_REASON_CLEAN_UP: String
Routes are cleaned up.
ROUTES_UPDATE_REASON_NEW
Link copied to clipboard
const val ROUTES_UPDATE_REASON_NEW: String
Routes update reason is •new routes*.
ROUTES_UPDATE_REASON_REFRESH
Link copied to clipboard
const val ROUTES_UPDATE_REASON_REFRESH: String
Routes update reason is refresh routes.
ROUTES_UPDATE_REASON_REROUTE
Link copied to clipboard
const val ROUTES_UPDATE_REASON_REROUTE: String
Routes update reason is reroute.