Search SQLite Database for the next POI
Hi All
I have a local database with points with Lon and Lat coords.
Im looking to get my GPS Lat and Long coord and see which is the closest.
Ideally i would like to know which direction they are heading adn which point is coming next.
for example:
North
- Point 1
- Point 2
- Point 3
- Point 4
South
If I was in between point 2 and 3, I could highlight either point 2 or 3 depending on my traveling direction.
Does that make sense?