I just started to play with new Google Location API, particularly with GeoFence. I have an assignment to provide geofence based on four coordinates. So, I'm wondering about how to do it. Most of examples show only radial solution(so, and Geofence.Builder()
has setCircularRegion()
only). What is the possible way to implement non-circular geofence?
Asked
Active
Viewed 239 times
1

Allen Purcell
- 21
- 2
-
Probably answered [here](http://stackoverflow.com/questions/31847977/android-build-polygonal-shape-geofence)? – glennstar Sep 02 '16 at 22:06
-
That is currently not possible with the Geofencing API. You can only make circular geofences. – fernandospr Sep 02 '16 at 22:52