ChargingStation

class ChargingStation @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val id: String, val coordinate: Point, val themeId: ThemeId, val index: Int, val categories: List<SearchCategory>, val evState: Pair<DashEvStatus, DashEvStationCapacity>) : SymbolDescriptorSearchSuggestions

Constructors

Link copied to clipboard
constructor(id: String, coordinate: Point, themeId: ThemeId, index: Int, categories: List<SearchCategory>, evState: Pair<DashEvStatus, DashEvStationCapacity>)

Properties

Link copied to clipboard
open override val categories: List<SearchCategory>
Link copied to clipboard
open override val coordinate: Point
Link copied to clipboard
Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val index: Int
Link copied to clipboard
open override val themeId: ThemeId

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
open override fun toString(): String