NOTE: I DO NOT need to monitor the user location continuously, just perform the check once off on a button click
I have a Set of Latitude and Longitude, and need to check if the user is within given distance of that point, how can I do it? I checked out Geofencing
, but it works like a service, while I need to perform the check once in the main thread