Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Geofencing (Polygon)

How to create Polygon Geofence from multiple geo locations(long,lat values) . Also how to track user is entering into this geofence region or exiting from this region on android.

like image 298
Maddy Avatar asked Aug 28 '13 11:08

Maddy


1 Answers

In case people are still looking for a Polygon Geofencing check, you can complete this with the GoogleMaps.Util.PolyUtil containsLocation method.

like image 131
Caulin Jones Avatar answered Oct 14 '22 08:10

Caulin Jones