Search code examples
androidgoogle-maps-android-api-2android-geofence

Can we add android geofence to the polygons in google maps


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


Solution

  • You can't do it directly but you can try a workaround like https://stackoverflow.com/a/32133568/2401535.