Androidデバイスで運転中に車の速度を検出したい。どのように書くことができますか?
1123 次
2 に答える
2
It's simple. Find out how to use LocationManager and LocationListener - start here. When listener gives you the result Location, you can find out the speed with 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 に答える