toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-settings
/
com.mapbox.dash.sdk.settings.model
/
TrafficOverrideSettings
Traffic
Override
Settings
@
Serializable
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
TrafficOverrideSettings
(
val
isEnabled
:
Boolean
,
val
highSpeedThresholdInKmPerHour
:
Int
)
Members
Constructors
Traffic
Override
Settings
Link copied to clipboard
constructor
(
isEnabled
:
Boolean
,
highSpeedThresholdInKmPerHour
:
Int
)
Properties
high
Speed
Threshold
In
Km
Per
Hour
Link copied to clipboard
val
highSpeedThresholdInKmPerHour
:
Int
is
Enabled
Link copied to clipboard
val
isEnabled
:
Boolean