1

I am a newbie in android and want to develop an android app. I want to enable some functions only when the device is in Geo fencing area. What are some possible solutions?

1 Answers1

1

Get user latitude and longitude and the distance of this latitude and longitude from the main_point(center of the circle (static latitude and longitude )) and If the user distance is more than your desired area that means user is out of your geofencing area.

For latitude & longitude points - Helpful Link

Abhishek
  • 329
  • 3
  • 12