-3

i want to develop an android application, want to draw a polygon on the map and i want to check my current location is inside or out side the polygon.Like Geo-fencing.

jithu k
  • 11
  • 3

1 Answers1

0

You can use the PolyUtil.containsLocation (code here) method from the Google Maps API Utility Library.

antonio
  • 17,130
  • 4
  • 43
  • 56