surialabs / react-native-geo-fencing

Native modules to determine if a location is within defined geographical boundaries using Google Geometry library
139 stars 33 forks source link

Add any Geofence points #24

Open DuranMoodley opened 4 years ago

DuranMoodley commented 4 years ago

Can this package work if the geofencing points do not make a polygon ? I would like the package to check if the user is within the geofencing points of any shape that i create.

strdr4605 commented 4 years ago

Check https://github.com/goparrot/react-native-geometry-utils. It has also the method circleContainsLocation.