Package com.mapbox.androidauto.car.navigation.speedlimit

Types

Link copied to clipboard
class CarSpeedLimitRenderer(mainCarContext: MainCarContext) : MapboxCarMapObserver

Create a speed limit sign. This class is demonstrating how to create a renderer. To Create a new speed limit sign experience, try creating a new class.

Link copied to clipboard
class SpeedLimitWidget(    widgetPosition: WidgetPosition = WidgetPosition.BOTTOM_RIGHT,     marginLeft: Float = 10.0f,     marginTop: Float = 10.0f,     marginRight: Float = 10.0f,     marginBottom: Float = 50.0f)

Widget to display a speed limit sign on the map.