ArrivalInformation

class ArrivalInformation(val formatter: ArrivalInformationFormatter, val etaDistance: EtaDistance, val stateOfCharge: Int? = null, val stateOfChargeOnReturn: Int? = null, val isOffline: Boolean = false)

Constructors

Link copied to clipboard
constructor(formatter: ArrivalInformationFormatter, etaDistance: EtaDistance, stateOfCharge: Int? = null, stateOfChargeOnReturn: Int? = null, isOffline: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
val isOffline: Boolean = false
Link copied to clipboard
val stateOfCharge: Int? = null
Link copied to clipboard

Functions

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