1

我正在使用LocationClient(Google Play 服务的一部分)来获取当前位置。它运作良好,但我找不到任何方法来获取卫星数量而不使用LocationProvider.

mService_NORMAL = new LocationProvider(mParent, 10000, 1, 1);
mService_NORMAL.setupSatelliteCounter();
mService_NORMAL.setOnSatelliteChangeListener(this);

我不想LocationProvider用来获取卫星的数量,因为我LocationClient已经给了我我的位置,所以我也想从中获取卫星的数量。

4

0 回答 0