I have a SQLite database which stores latitude and longitude. I have to find if the users current location is between the Latitude and Longitude(Which is stored in Database) or not.
I been looking for a while to find a solution for this problem but couldn't get it. Most of them are related with the distance calculation.
How to find the current location(obtained in the app) is between the Latitude and Longitude(Which is stored in SQLite Database)?

