flutter_geofence icon indicating copy to clipboard operation
flutter_geofence copied to clipboard

Create a geofence from multiple points

Open Reprevise opened this issue 4 years ago • 2 comments

Hi! Is there anyway to create a geofence from multiple points like making a square, or a triangle, or just any polygon? If not, it should be added.

Reprevise avatar May 08 '20 16:05 Reprevise

Hi, currently there are no such plans. If any PRs follow in this area, I’ll be willing to accept them though

DwayneCoussement avatar May 09 '20 15:05 DwayneCoussement

This wrapper for Maps' PolyUtils class can help with determining whether a user is within a polygonal area: https://pub.dev/packages/google_map_polyutil

Reprevise avatar May 09 '20 16:05 Reprevise