I have an app where the user marks locations such as home, office etc. The latitude and longitude data for these locations are stored in sqlite DB. I am periodically checking the users current location. I want to check if the users current location falls in to a radius of a marked location.
Example, users coordinates for home are (a,b) how to find if the current coordinates (m,n) falls under a radius of 0.5 Km of home.