I am developing an app to monitor the Geofence in google maps android,but in geofence Builder class only we can set circular region,is their any class that we can use polygons to monitor the geofences,please help me Thanks And Regards
Asked
Active
Viewed 2,678 times
1 Answers
-2
You can't do it directly but you can try a workaround like https://stackoverflow.com/a/32133568/2401535.

Community
- 1
- 1

Marian Paździoch
- 8,813
- 10
- 58
- 103
-
But I used some algorithm to determine whether the location is inside or outside the polygon.considering polygonal has a Geofence – lohithananda s Sep 24 '15 at 09:03
-
Another problem is when i create a **circular Geofence**using google maps api.Since Geofence takes default location but ,how to track other user location taken from the back end rather then our current location and determine the user is inside or utside the Geofence. – lohithananda s Sep 25 '15 at 06:02