Hi,
I have some locations (lat & long) and I need to show these locationd in a listview. I can do this perfectly.
But now I want to show the locations that are ahead of my current location. That means I don't want to show locations that I have already passed or behind my current location. It iwill be practical if I can skip the locations that I have already passed from my current location.
Any idea? how i can achieve this in my code?

