SpecializedVehicleAttributes

data class SpecializedVehicleAttributes @JvmOverloads constructor(var isTaxi: Boolean = false, var isHighOccupancyVehicle: Boolean = false) : Parcelable

Constructors

Link copied to clipboard
fun SpecializedVehicleAttributes(isTaxi: Boolean = false, isHighOccupancyVehicle: Boolean = false)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

true if vehicle is high occupancy vehicle

Link copied to clipboard
var isTaxi: Boolean = false

true if vehicle is taxi