Package com.mapbox.navigation.ui.speedlimit

Types

Link copied to clipboard
class SpeedInfoConfig

Speed info view component configuration class.

Link copied to clipboard
class SpeedLimitConfig

Speed limit view component configuration class.

Functions

Link copied to clipboard
fun ComponentInstaller.speedInfo(speedInfoView: MapboxSpeedInfoView, config: SpeedInfoConfig.() -> Unit = {}): Installation

Install components that render MapboxSpeedInfoView.

Link copied to clipboard
fun ComponentInstaller.speedLimit(speedLimitView: MapboxSpeedLimitView, config: SpeedLimitConfig.() -> Unit = {}): Installation

Install components that render MapboxSpeedLimitView.