toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map
/
com.mapbox.dash.sdk.map.presentation.markers
/
RouteCalloutState
Route
Callout
State
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
RouteCalloutState
(
val
geometry
:
Geometry
,
val
duration
:
String
,
val
primary
:
Boolean
,
val
fastest
:
Boolean
,
val
type
:
DurationDifferenceType
,
val
route
:
NavigationRoute
)
Members
Constructors
Route
Callout
State
Link copied to clipboard
constructor
(
geometry
:
Geometry
,
duration
:
String
,
primary
:
Boolean
,
fastest
:
Boolean
,
type
:
DurationDifferenceType
,
route
:
NavigationRoute
)
Properties
duration
Link copied to clipboard
val
duration
:
String
fastest
Link copied to clipboard
val
fastest
:
Boolean
geometry
Link copied to clipboard
val
geometry
:
Geometry
primary
Link copied to clipboard
val
primary
:
Boolean
route
Link copied to clipboard
val
route
:
NavigationRoute
type
Link copied to clipboard
val
type
:
DurationDifferenceType