VehicleSpecsParameters

@Since(version = 1)
@JsonClass(generateAdapter = true)
data class VehicleSpecsParameters(val vehicleType: VehicleType)

Data class holding generic Vehicle specifications.

Constructors

Link copied to clipboard
constructor(vehicleType: VehicleType)

Properties

Link copied to clipboard

The Type of the vehicle. This data is not expected to change during application runtime. This data is critical for the navigation application startup.