Thank you for the reply. You say to use unique LocationListener objects. Is this because a single LocationListener is not set up to handle multiple requestLocationUpdates or is there some other gotcha that you are steering me from?
Jake On Mar 31, 8:42 am, Mark Murphy <[email protected]> wrote: > jgostylo wrote: > > Now it occurs to me that it may be possible to iterate through my list > > of providers and do requestLocationUpdates for all providers at once. > > Is this a viable option or can you only listen to one provider at a > > time? > > AFAIK it is a viable option, but: > > -- Use unique LocationListener objects not one single one > > -- Be sure to call removeLocationUpdates() for all of those > LocationListener objects > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://twitter.com/commonsguy > > Android Consulting:http://commonsware.com/consulting -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

