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