VehicleArea

abstract class VehicleArea : Parcelable

A base class which needs to be extended by classes which represent a general vehicle area. Examples of this include:

  • Seat

  • Window

  • Door

Note: The exact definition of the VehicleArea subclasses and what they actually represent in the real vehicle are dependent upon the Android platform that the system is running on.

Constructors

Link copied to clipboard
fun VehicleArea()

Inherited functions

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

Inheritors

Link copied to clipboard
Link copied to clipboard