CarRouteLine  
    class CarRouteLine(carRoutesProvider: CarRoutesProvider = NavigationCarRoutesProvider()) : MapboxCarMapObserver
Content copied to clipboard
This class is to simplify the interaction with MapboxRouteLineApi, MapboxRouteArrowView, and RouteProgressObserver use cases that the app needs in the car.
Anything for rendering the car's route line, is handled here at this point.
Constructors
Link copied to clipboard
                fun CarRouteLine(carRoutesProvider: CarRoutesProvider = NavigationCarRoutesProvider())
Content copied to clipboard
Functions
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                open fun onVisibleAreaChanged(@NonNull p0: Rect, @NonNull p1: EdgeInsets)
Content copied to clipboard