Waypoint

class Waypoint @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX]) constructor(    val searchResult: DashSearchResult,     val etaMinutes: Double?,     val stateOfCharge: Int?) : TripOverviewItem

Constructors

Link copied to clipboard
constructor(searchResult: DashSearchResult, etaMinutes: Double?, stateOfCharge: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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