Package com.mapbox.androidauto.car.navigation.roadlabel

Types

Link copied to clipboard
class RoadLabelOptions

Modify the look and feel of the road label.

Link copied to clipboard
class RoadLabelRenderer(resources: Resources)

This class will a road name and create a bitmap that fits the text.

Link copied to clipboard
class RoadLabelSurfaceLayer(val carContext: CarContext, val mapboxNavigation: MapboxNavigation) : CarSurfaceLayer

This will show the current road name at the bottom center of the screen.

Link copied to clipboard
abstract class RoadNameObserver(    val mapboxNavigation: MapboxNavigation,     routeShieldApi: MapboxRouteShieldApi,     mapUserStyleObserver: MapUserStyleObserver) : LocationObserver