4

Has anyone used the new Garmin GLO GPS receiver? Has anyone successfully integrated it with their mobile application? I was interested in using it in order to get more accurate GPS coordinates in my Android application, but would like to get some feedback from others before I buy one.

The Garmin website does not mention if there is an API available to retreive the GPS coordinates, it simply states, "Using Bluetooth technology, GLO wirelessly pairs to your mobile device. Just set GLO within range of your mobile device and in moments you’ll be receiving GLO’s position data."

How can you retreive this position data? Will applications on the device, such as Goolgle Maps, just get this data automatically? Any info or feedback about the device would be greatly appreciated.

More info on the device can be found at the following link:

https://buy.garmin.com/shop/shop.do?pID=109827&ra=true

トッド

4

2 に答える 2

2

この質問はかなりの量のトラフィックを獲得しているようで、より完全な回答を使用できます.

Garmin はおそらく、次のように言うことに正当性を感じています。

モバイル デバイスの範囲内に GLO を設定するだけで、すぐに GLO の位置データを受信できます

iOS では GLO に接続でき、iOS は GLO からの位置情報を使用して、iOS 位置 API を使用する任意のデバイスにより正確な情報を提供するためです。Android にはそのような機能はありません。したがって、オプション 1 は、BT 経由で NMEA データを読み取るアプリを使用し、それを使用して Android デバイスにモックの場所を設定することです (Rodrigo が言ったように)。オプション 2 は、アプリで行うことです。GLO または他の BT GPS にアプリから直接接続します。次に、自分で NMEA 行を解析し、それをアプリ内で使用します。これの欠点は、位置情報を使用する各アプリがこれを自分で実装する必要があることです。

于 2014-01-03T21:13:23.130 に答える
1

このアプリで私のために働いています: https://play.google.com/store/apps/details?id=googoo.android.btgps GLO の位置を挿入するためにモック GPS 位置を使用します。

于 2012-10-09T04:07:31.433 に答える