我想在我用安卓设备开车时检测车速。我该怎么写?
问问题
1123 次
2 回答
2
这很简单。了解如何使用 LocationManager 和 LocationListener -从这里开始。当侦听器为您提供结果位置时,您可以使用getSpeed()找出速度。
于 2012-04-06T11:07:35.483 回答
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
于 2012-04-06T11:06:35.480 回答