-1

I am looking for a reliable geofencing library and have struck out with my search hopefully someone has used something recently that works.

What I need it to do:

  • create a geofence around a lat/lon coordinate set with ability to set a radius
  • track ENTER/EXIT events and send the user form of communication when this happens

I have tried the following libraries all of which have a slew of issues, mainly they are not being maintained lately/regularly.

There are others I have tried as well with no luck.

I really appreciate any feedback!

kinzito17
  • 73
  • 7
  • You don't need any npm or library for geo fencing. You just need to calculate distance between 2 lat long. For calculating distance you can easy find function on google. That function return distance in metres,km, and mile. Then you can add condition according to your requirement. – Vishal Dhanotiya May 21 '21 at 19:59

0 Answers0