toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-models
/
com.mapbox.dash.models.search.ev
/
EvStationPoi
Ev
Station
Poi
class
EvStationPoi
(
val
name
:
String
,
val
address
:
String
?
=
null
,
val
point
:
Point
)
Members
Constructors
Ev
Station
Poi
Link copied to clipboard
constructor
(
name
:
String
,
address
:
String
?
=
null
,
point
:
Point
)
Properties
address
Link copied to clipboard
val
address
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
point
Link copied to clipboard
val
point
:
Point