transistorsoft/nativescript-background-geolocation-lt

Difference between `geofenceProximityRadius` in configure(..) and `radius` in addGeofence(..)

Liooo opened this issue · 2 comments

Liooo commented

what's the difference between those 2 parameters?

See Geofencing

  • radius is the radius of the geofence you wish to monitor.
  • geofenceProximityRadius is used for determining which geofences to activate.
Liooo commented

ohh that's quite obvious from that figure, sorry for bothering and thanks!