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>)