CarLanesImageRenderer   
    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.
Constructors
Link copied to clipboard
                fun CarLanesImageRenderer(    context: Context,     @ColorInt background: Int = Color.TRANSPARENT,     options: CarLaneIconOptions = CarLaneIconOptions.Builder().build(context))
Content copied to clipboard