Lines Matching refs:updates
11 <li><a href="#updates">Request Location Updates</a></li>
13 <li><a href="#stop-updates">Stop Location Updates</a></li>
54 a more direct approach is to request periodic updates from the fused location
55 provider. In response, the API updates your app periodically with the best
61 <p>This lesson shows you how to request regular updates about a device's
70 periodic location updates. The lesson on
94 <h2 id="updates">Request Location Updates</h2>
96 <p>Before requesting location updates, your app must connect to location
100 the regular updates by calling
114 the updates are affected by the location permissions you've requested and the
148 turned location updates on or off. For more about retaining the value of this
183 <h2 id="stop-updates">Stop Location Updates</h2>
185 <p>Consider whether you want to stop the location updates when the activity is
190 updates in the activity's
193 <p>To stop location updates, call
215 whether location updates are currently turned on. In the activity's
217 whether location updates are currently active, and activate them if not:</p>