AutomotiveLocation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum AutomotiveLocation
type AutomotiveLocation =
- Inheritance
-
AutomotiveLocation
Fields
| Name | Value | Description |
|---|---|---|
| Interior | 0 | The camera device exists inside of the vehicle cabin. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ExteriorOther | 1 | The camera exists outside of the vehicle body frame but not exactly on one of the exterior locations this enum defines. The applications should determine the exact location from android.lens.poseTranslation. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ExteriorFront | 2 | The camera device exists outside of the vehicle body frame and on its front side. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ExteriorRear | 3 | The camera device exists outside of the vehicle body frame and on its rear side. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ExteriorLeft | 4 | The camera device exists outside and on left side of the vehicle body frame. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ExteriorRight | 5 | The camera device exists outside and on right side of the vehicle body frame. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ExtraOther | 6 | The camera device exists on an extra vehicle, such as the trailer, but not exactly on one of front, rear, left, or right side. Applications should determine the exact location from android.lens.poseTranslation. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ExtraFront | 7 | The camera device exists outside of the extra vehicle's body frame and on its front side. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ExtraRear | 8 | The camera device exists outside of the extra vehicle's body frame and on its rear side. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ExtraLeft | 9 | The camera device exists outside and on left side of the extra vehicle body. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ExtraRight | 10 | The camera device exists outside and on right side of the extra vehicle body. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |