Home | History | Annotate | Download | only in location

Lines Matching full:update

12     <li><a href="#UpdateParameters">Specify Update Parameters</a></li>
304 <h3>Define the location update callback</h3>
308 update using a callback method, because that pattern works best for most use cases. If you want
314 The callback method that Location Services invokes to send a location update to your app is
345 <!-- Specify update parameters -->
346 <h2 id="UpdateParameters">Specify Update Parameters</h2>
358 Update interval
368 Fastest update interval
381 to set an upper limit to the update rate.
385 also helps to save power. When you request a preferred update rate by calling
389 then your app gets the same update rate as the fastest rate in the system. If other
403 The following snippet shows how to set the update interval and accuracy in
416 // Update frequency in seconds
418 // Update frequency in milliseconds
421 // The fastest update frequency, in seconds
438 // Set the update interval to 5 seconds
440 // Set the fastest update interval to 1 second
449 receiving a location update, adjust the fastest interval to a slower value. This prevents your
464 can request updates, make the update request in
567 To stop location updates, save the state of the update flag in