Package com.mapbox.androidauto.car.navigation.roadlabel     
  Types
Link copied to clipboard
                Modify the look and feel of the road label.
Link copied to clipboard
                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
Content copied to clipboard
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
Content copied to clipboard