我想用Android设备开车时检测车辆的速度。我怎么写呢?
答案 0 :(得分:2)
这很简单。了解如何使用LocationManager和LocationListener - start here。当听众为您提供结果位置时,您可以使用getSpeed()找出速度。
答案 1 :(得分:0)
它唯一的开始。还有更多事情要做。
Vehicle measurements are accessed through an Android service. Your application connects to an in-process VehicleService which handles reading fresh data from the vehicle.
有关详细信息,请参阅链接。
http://openxcplatform.com/developers/android/library-usage.html