toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-models
/
com.mapbox.dash.models
/
FasterRouteMetadata
Faster
Route
Metadata
data
class
FasterRouteMetadata
(
val
centerPoint
:
Point
,
val
differentSegment
:
List
<
Point
>
,
val
durationDiffSeconds
:
Int
,
val
route
:
NavigationRoute
)
Members
Constructors
Faster
Route
Metadata
Link copied to clipboard
constructor
(
centerPoint
:
Point
,
differentSegment
:
List
<
Point
>
,
durationDiffSeconds
:
Int
,
route
:
NavigationRoute
)
Properties
center
Point
Link copied to clipboard
val
centerPoint
:
Point
different
Segment
Link copied to clipboard
val
differentSegment
:
List
<
Point
>
duration
Diff
Seconds
Link copied to clipboard
val
durationDiffSeconds
:
Int
route
Link copied to clipboard
val
route
:
NavigationRoute