Package-level declarations

Types

Link copied to clipboard
data class GeneralVehicleTraits @JvmOverloads constructor(var maximalSpeed: Int = 255, var yearOfManufacture: Int = 2017, var vehicleType: VehicleType = VehicleType.Car, var specializedVehicleAttributes: SpecializedVehicleAttributes = SpecializedVehicleAttributes()) : Parcelable
Link copied to clipboard
data class SpecializedVehicleAttributes @JvmOverloads constructor(var isTaxi: Boolean = false, var isHighOccupancyVehicle: Boolean = false) : Parcelable
Link copied to clipboard