PostedAndCurrentSpeedFormatter

class PostedAndCurrentSpeedFormatter : ValueFormatter<SpeedData, Int>

Formats posted speed limit and current speed data to Int for displaying to a user.

Constructors

Link copied to clipboard
fun PostedAndCurrentSpeedFormatter()

Functions

Link copied to clipboard
open override fun format(update: SpeedData): Int

Formats posted speed limit and current speed data.