Do something when phone reaches a set of location?

Posted by Pentium10 on Stack Overflow See other posts from Stack Overflow or by Pentium10
Published on 2010-06-01T15:58:37Z Indexed on 2010/06/02 21:04 UTC
Read the original article Hit count: 101

Filed under:
|
|

I have a list of coordinates in the database identified as POI. For a city could be >100 records.

I would like to get notified when the phone gets in 150 meters range of one of the location. The location coordinates too has an error/radius, usually 10 to 100meters. Since I don't find it good to add each location(could be hundreds) for a trigger, how can I optimize the wake-up code?

Also do I have options to remove a previously setup notification from the queue?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk