mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-14 19:44:53 +00:00
Koordinaten werden bis auf 1km genau bestimmt
This commit is contained in:
parent
ac5fef831d
commit
f27603ea67
@ -115,7 +115,9 @@
|
||||
#endif
|
||||
|
||||
// Empfängt nur Nachrichten, wenn sich die Position um 1km geändert hat
|
||||
locationManager.distanceFilter = 1000;
|
||||
locationManager.distanceFilter = 1000;
|
||||
// Koordinaten sollen bis auf 1km genau bestimmt werden
|
||||
locationManager.desiredAccuracy = kCLLocationAccuracyKilometer;
|
||||
// Startet das Aktualisieren des Standpunktes
|
||||
[locationManager startUpdatingLocation];
|
||||
}
|
||||
@ -131,4 +133,4 @@
|
||||
};
|
||||
}
|
||||
|
||||
@end
|
||||
@end
|
||||
|
Loading…
Reference in New Issue
Block a user