toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-analytics-api
/
com.mapbox.dash.sdk.analyticsapi.data
/
RouteEvent
/
RouteEventCommenced
Route
Event
Commenced
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
RouteEventCommenced
(
val
name
:
String
,
val
distance
:
Double
,
val
destinationSource
:
String
,
val
fuelLevel
:
Double
?
,
val
minBatteryRange
:
Float
?
)
:
RouteEvent
Members
Constructors
Route
Event
Commenced
Link copied to clipboard
constructor
(
name
:
String
,
distance
:
Double
,
destinationSource
:
String
,
fuelLevel
:
Double
?
,
minBatteryRange
:
Float
?
)
Properties
destination
Source
Link copied to clipboard
val
destinationSource
:
String
distance
Link copied to clipboard
val
distance
:
Double
fuel
Level
Link copied to clipboard
val
fuelLevel
:
Double
?
min
Battery
Range
Link copied to clipboard
val
minBatteryRange
:
Float
?
name
Link copied to clipboard
val
name
:
String