CarLanesImageRenderer
class CarLanesImageRenderer(context: Context, @ColorInt val background: Int = Color.TRANSPARENT, val options: CarLaneIconOptions = CarLaneIconOptions.Builder().build(context))
This class generates a CarLanesImage needed for the lane guidance in android auto.
Constructors
Link copied to clipboard
constructor(context: Context, @ColorInt background: Int = Color.TRANSPARENT, options: CarLaneIconOptions = CarLaneIconOptions.Builder().build(context))