VehicleAreaWheel
  public
  
  final
  
  class
  VehicleAreaWheel
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | android.car.VehicleAreaWheel | 
Object used to indicate area value for car properties which have area type
 VehicleAreaType.VEHICLE_AREA_TYPE_WHEEL.
 
 The constants defined by VehicleAreaWheel indicate the position for area type
 VehicleAreaType.VEHICLE_AREA_TYPE_WHEEL. A property can have a single or a combination of
 positions. Developers can query the position using
 CarPropertyManager.getAreaId(int, int).
 
 Refer to CarPropertyConfig.getAreaIds() for more information about areaId.
 
Summary
| Constants | |
|---|---|
| int | WHEEL_LEFT_FRONTConstant for left front wheel. | 
| int | WHEEL_LEFT_REARConstant for left rear wheel. | 
| int | WHEEL_RIGHT_FRONTConstant for right front wheel. | 
| int | WHEEL_RIGHT_REARConstant for right rear wheel. | 
| int | WHEEL_UNKNOWNUnknown wheel | 
| Inherited methods | |
|---|---|
Constants
WHEEL_LEFT_FRONT
public static final int WHEEL_LEFT_FRONT
Constant for left front wheel.
Constant Value: 1 (0x00000001)
WHEEL_LEFT_REAR
public static final int WHEEL_LEFT_REAR
Constant for left rear wheel.
Constant Value: 4 (0x00000004)
WHEEL_RIGHT_FRONT
public static final int WHEEL_RIGHT_FRONT
Constant for right front wheel.
Constant Value: 2 (0x00000002)
WHEEL_RIGHT_REAR
public static final int WHEEL_RIGHT_REAR
Constant for right rear wheel.
Constant Value: 8 (0x00000008)
WHEEL_UNKNOWN
public static final int WHEEL_UNKNOWN
Unknown wheel
Constant Value: 0 (0x00000000)
