Home | History | Annotate | Download | only in location

Lines Matching full:rate

363         This method sets the rate in milliseconds at which your app prefers to receive location
365 receive updates at this rate.
373 This method sets the <b>fastest</b> rate in milliseconds at which your app can handle
374 location updates. You need to set this rate because other apps also affect the rate
375 at which updates are sent. Location Services sends out updates at the fastest rate that any
378 If this rate is faster than your app can handle, you may encounter problems with UI flicker
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
387 and a maximum rate by calling
389 then your app gets the same update rate as the fastest rate in the system. If other
390 apps have requested a faster rate, you get the benefit of a faster rate. If no other
391 apps have a faster rate request outstanding, your app receives updates at the rate you specified