sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.naviexpert.navigationsdk.api.ui.speed
/
SpeedModel
Speed
Model
@
Immutable
data
class
SpeedModel
(
val
currentSpeed
:
Int
,
val
speedLimit
:
Int
?
,
val
isSpeeding
:
Boolean
)
Members
Constructors
Speed
Model
Link copied to clipboard
constructor
(
currentSpeed
:
Int
,
speedLimit
:
Int
?
,
isSpeeding
:
Boolean
)
Properties
current
Speed
Link copied to clipboard
val
currentSpeed
:
Int
is
Speeding
Link copied to clipboard
val
isSpeeding
:
Boolean
speed
Limit
Link copied to clipboard
val
speedLimit
:
Int
?