Hi. I'm looking to do a single location update as efficiently as
possible, currently, I'm doing:
requestLocationUpdates (getBestProvider(criteria, true), 0,0,
listener);
and then in the callback:
onLocationChanged(Location) {
removeUpdates (listener)
}
The idea is to do 1 high priority location request, then immediately
end updates. Anyone see any downfalls with this?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---