toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-speed-limits
/
com.mapbox.dash.speed.warning
/
PresentationSpeedWarningItem
/
MaxSpeed
/
Measured
Measured
data
class
Measured
(
val
value
:
String
,
@
StringRes
val
maxSpeedUnitRes
:
Int
,
val
style
:
SpeedTextStyle
)
:
PresentationSpeedWarningItem.MaxSpeed
Members
Constructors
Measured
Link copied to clipboard
constructor
(
value
:
String
,
@
StringRes
maxSpeedUnitRes
:
Int
,
style
:
SpeedTextStyle
)
Properties
max
Speed
Unit
Res
Link copied to clipboard
val
maxSpeedUnitRes
:
Int
style
Link copied to clipboard
val
style
:
SpeedTextStyle
value
Link copied to clipboard
val
value
:
String