I've got sqlite database/table with gps locations (latitude and longitude).
Now I need the gps to check every few seconds if I'm near, so close to one of the positions within my database.
what would be the best/easiest way to do this? Can anyone give some guildlines or maybe an example/turturial on how to do this?