toggle menu
NavigationApp
jvm
switch theme
search in API
navigation-ux-ev-platform
/
com.mapbox.ev.platform.model
/
SearchChargersResult
Search
Chargers
Result
@
Serializable
data
class
SearchChargersResult
(
var
type
:
String
?
=
null
,
var
features
:
List
<
Features
>
=
listOf()
)
Members
Constructors
Search
Chargers
Result
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
features
:
List
<
Features
>
=
listOf()
)
Properties
features
Link copied to clipboard
var
features
:
List
<
Features
>
type
Link copied to clipboard
var
type
:
String
?