2

About GAS, there is very little information that can be found. I don't know what API definitions and support it has done for Vechile. Where can I find the function list and integration plan.

Only support these(https://developer.android.com/training/cars/google-services?hl=zh-cn), not have Vehicle-special functions.

Reference: https://www.android.com/gms/.

AnswerZhao
  • 366
  • 3
  • 13

1 Answers1

0

You can use CarPropertyManager class provided by the car library and get properties related to the vehicle or Car For Ex: GEAR_SELECTION, EV_BATTERY_INSTANTANEOUS_CHARGE_RATE, etc For more Info refer to this Vehicle Property ids

Car property Manaager

Sample code by Google, please check

Chetan Ansel
  • 398
  • 2
  • 20