toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-models
/
com.mapbox.dash.models
/
RoutePlace
Route
Place
data
class
RoutePlace
(
val
id
:
String
,
val
mapboxId
:
String
?
,
val
name
:
String
,
val
coordinate
:
Point
,
val
routablePoint
:
RoutablePoint
?
,
val
address
:
String
?
,
val
categories
:
List
<
String
>
,
val
evWaypoint
:
EvWaypoint
?
)
Members
Members & Extensions
Constructors
Route
Place
Link copied to clipboard
constructor
(
id
:
String
,
mapboxId
:
String
?
,
name
:
String
,
coordinate
:
Point
,
routablePoint
:
RoutablePoint
?
,
address
:
String
?
,
categories
:
List
<
String
>
,
evWaypoint
:
EvWaypoint
?
)
Properties
address
Link copied to clipboard
val
address
:
String
?
categories
Link copied to clipboard
val
categories
:
List
<
String
>
coordinate
Link copied to clipboard
val
coordinate
:
Point
ev
Waypoint
Link copied to clipboard
val
evWaypoint
:
EvWaypoint
?
id
Link copied to clipboard
val
id
:
String
mapbox
Id
Link copied to clipboard
val
mapboxId
:
String
?
name
Link copied to clipboard
val
name
:
String
routable
Point
Link copied to clipboard
val
routablePoint
:
RoutablePoint
?
Functions
full
Name
Link copied to clipboard
fun
RoutePlace
.
fullName
(
)
:
String