Hi,
   After a long fight I was able to create a PendingIntent and add it to the
LocationManager.ProximityAlert() and get called when an GPS location is
received. However, I need to have multiple locations set. I called
addProximityAlert() many times (changing the RequestCode as suggested in
other e-mail thread) and creating new instances of MyBroadcastReceiver
class, but the result is always the same: all receivers are called. No
matter where I am, all added receivers get called (i.e. when I get in the
radius of a given location, that location and all others that I added will
receive the event).

   Is there any way that I can add multiple locations to be alerted? How can
I do that? I noticed that addProximityAlert() has some issues (as detailed
in http://code.google.com/p/android/issues/detail?id=107). Is the behavior
I'm seeing an issue too?

Thanks,

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to