toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-charging-station
/
com.mapbox.dash.charging.station.model
Package-level
declarations
Types
Types
Plug
Share
Charger
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
@
Serializable
class
PlugShareCharger
(
val
outlets
:
List
<
PlugShareOutlet
>
,
val
networkId
:
Int
?
,
val
costDescription
:
String
?
=
null
)
Plug
Share
Outlet
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
@
Serializable
class
PlugShareOutlet
(
val
connector
:
Int
,
val
kilowatts
:
Double
?
=
null
,
val
power
:
Int
?
=
null
,
val
status
:
String
?
=
null
)