toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-ev-core
/
com.mapbox.ev.core.search.model
/
ChargeHubOutlet
Charge
Hub
Outlet
data
class
ChargeHubOutlet
(
val
connectorType
:
Int
,
val
kilowatts
:
Double
?
,
val
isUnknownPort
:
Boolean
,
val
isOfflinePort
:
Boolean
,
val
availability
:
Int
,
val
totalPort
:
Int
,
val
cost
:
String
?
)
Members
Constructors
Charge
Hub
Outlet
Link copied to clipboard
constructor
(
connectorType
:
Int
,
kilowatts
:
Double
?
,
isUnknownPort
:
Boolean
,
isOfflinePort
:
Boolean
,
availability
:
Int
,
totalPort
:
Int
,
cost
:
String
?
)
Properties
availability
Link copied to clipboard
val
availability
:
Int
connector
Type
Link copied to clipboard
val
connectorType
:
Int
cost
Link copied to clipboard
val
cost
:
String
?
is
Offline
Port
Link copied to clipboard
val
isOfflinePort
:
Boolean
is
Unknown
Port
Link copied to clipboard
val
isUnknownPort
:
Boolean
key
Link copied to clipboard
val
key
:
String
kilowatts
Link copied to clipboard
val
kilowatts
:
Double
?
total
Port
Link copied to clipboard
val
totalPort
:
Int