D
drone69
Neues Mitglied
- 0
Ich habe mal eine Frage zu diesem Thema:
ich suche einen Weg, wie ich in der laufenden App die Werte "Zeitabstand" und "Genauigkeit" ändern kann?
public void startLocationService(){
this.lm = (LocationManager) this.SystemService.getSystemService(Context.LOCATION_SERVICE);
this.lm.requestLocationUpdates(LocationManager.GPS_PROVIDER, 3000, 2, this);
}
ich suche einen Weg, wie ich in der laufenden App die Werte "Zeitabstand" und "Genauigkeit" ändern kann?
public void startLocationService(){
this.lm = (LocationManager) this.SystemService.getSystemService(Context.LOCATION_SERVICE);
this.lm.requestLocationUpdates(LocationManager.GPS_PROVIDER, 3000, 2, this);
}