CarRouteLine
class CarRouteLine(val mainCarContext: MainCarContext, 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(mainCarContext: MainCarContext, carRoutesProvider: CarRoutesProvider = NavigationCarRoutesProvider())
Content copied to clipboard