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) : 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(routeShieldApi: MapboxRouteShieldApi, mapUserStyleObserver: MapUserStyleObserver) : MapboxNavigationObserver
Content copied to clipboard