PresentationSpeedWarningItem
Presentation speed warning item that uses for represent prepared to preview data on UI layer.
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class MaxSpeedWithVehicleSpeed(val maxSpeed: PresentationSpeedWarningItem.MaxSpeed, val vehicleSpeed: PresentationSpeedWarningItem.VehicleSpeed) : PresentationSpeedWarningItem
Link copied to clipboard
data class OnlyMaxSpeed(val maxSpeed: PresentationSpeedWarningItem.MaxSpeed) : PresentationSpeedWarningItem
Link copied to clipboard
data class OnlyVehicleSpeed(val vehicleSpeed: PresentationSpeedWarningItem.VehicleSpeed) : PresentationSpeedWarningItem
Link copied to clipboard