toggle menu
NavigationApp
jvm
switch theme
search in API
navigation-ux-ev-platform
/
com.mapbox.ev.platform.model
/
Properties
Properties
@
Serializable
data
class
Properties
(
var
location
:
Location
?
=
null
,
var
proximity
:
Proximity
?
=
null
,
var
tariffs
:
List
<
Tariffs
>
?
=
null
)
Members
Constructors
Properties
Link copied to clipboard
constructor
(
location
:
Location
?
=
null
,
proximity
:
Proximity
?
=
null
,
tariffs
:
List
<
Tariffs
>
?
=
null
)
Properties
location
Link copied to clipboard
var
location
:
Location
?
proximity
Link copied to clipboard
var
proximity
:
Proximity
?
tariffs
Link copied to clipboard
var
tariffs
:
List
<
Tariffs
>
?