Package com.mapbox.androidauto.navigation.lanes    
  Types
Link copied to clipboard
                Link copied to clipboard
                Modify the look and feel of the car lanes.
Link copied to clipboard
                Represents everything that the android auto library needs to show lane guidance.
Link copied to clipboard
                class CarLanesImageRenderer(    context: Context,     @ColorInt val background: Int = Color.TRANSPARENT,     val options: CarLaneIconOptions = CarLaneIconOptions.Builder().build(context))
Content copied to clipboard
This class generates a CarLanesImage needed for the lane guidance in android auto.
Functions
Link copied to clipboard
                fun Step.Builder.useMapboxLaneGuidance(imageGenerator: CarLanesImageRenderer, laneGuidance: Lane?): Step.Builder
Content copied to clipboard
When building a Step you can generate the lane guidance images here.