toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-charging-station
/
com.mapbox.dash.charging.station.model
/
PlugShareCharger
Plug
Share
Charger
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
@
Serializable
class
PlugShareCharger
(
val
outlets
:
List
<
PlugShareOutlet
>
,
val
networkId
:
Int
?
,
val
costDescription
:
String
?
=
null
)
Members
Constructors
Plug
Share
Charger
Link copied to clipboard
constructor
(
outlets
:
List
<
PlugShareOutlet
>
,
networkId
:
Int
?
,
costDescription
:
String
?
=
null
)
Properties
cost
Description
Link copied to clipboard
val
costDescription
:
String
?
=
null
network
Id
Link copied to clipboard
val
networkId
:
Int
?
outlets
Link copied to clipboard
val
outlets
:
List
<
PlugShareOutlet
>
outlets
Grouped
By
Kw
Link copied to clipboard
val
outletsGroupedByKw
:
Map
<
Double
?
,
List
<
PlugShareOutlet
>
>