0

Since Google Maps Geofences is deprecated, what could be the other alternative to mark the geofences on a google map and check if coordinates are inside or outside of fence?

sensei
  • 7,044
  • 10
  • 57
  • 125
  • Maybe you should implement by yourself. This might be helpful. http://stackoverflow.com/questions/6522484/google-maps-v3-check-if-point-exists-in-polygon – wf9a5m75 Mar 09 '16 at 16:04

1 Answers1

0

Google Maps Geofence is now only available on Android implementations. If you want to, you can checkout the documentation on how you can implement it using Android.

Otherwise, I found this Google Maps Javascript implementation on github which uses polygons that acts like geofences. Maybe you can use this as a guide in building your application.

SwagBomb
  • 584
  • 3
  • 7