Package com.mapbox.navigation.ui.speedlimit.model

Types

Link copied to clipboard
enum CurrentSpeedDirection : Enum<CurrentSpeedDirection>

Specify the direction of current speed relative to posted speed.

Link copied to clipboard
class MapboxSpeedInfoOptions

Specifies options for rendering MapboxSpeedInfoView.

Link copied to clipboard
class PostedAndCurrentSpeedFormatter : ValueFormatter<SpeedData, Int>

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

Link copied to clipboard
class SpeedData

Defines the speed that needs to be formatted using PostedAndCurrentSpeedFormatter, fromUnit

Link copied to clipboard
class SpeedInfoStyle

A utility class that can be used to apply background and text styling to MapboxSpeedInfoView components.

Link copied to clipboard
class SpeedInfoValue

Represents a speed limit update to be rendered.

Link copied to clipboard
class SpeedLimitFormatter(context: Context) : ValueFormatter<UpdateSpeedLimitValue, String>

Formats speed limit data to a string for displaying to a user.

Link copied to clipboard
class UpdateSpeedLimitError

Represents an error value for trip progress updates.

Link copied to clipboard
class UpdateSpeedLimitValue

Represents a speed limit update to be rendered.