我已經使用GPS測量行駛距離。問題是GPS有時不會長時間更新位置變化。 對此有任何解決方案? locationListen = new LocationListener() {
public void onLocationChanged(Location currentLocation) {
if (prevLocation != null){
test
我需要獲取當前位置,將它們保存到Bundle,並將它們轉發到BroadCastReceiver,每隔5秒觸發一次。這就是我如何組織我的代碼 public class GPSServiceActivity extends Activity {
public Bundle locationBundle;
@Override
public void onCreate(Bundle savedI