VehicleProviderFactory

Factory to create a VehicleProvider.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
fun create(vehicle: Vehicle = Vehicle.Car(combustionEngine = CombustionEngine())): VehicleProvider

Creates VehicleProvider with default configuration.