transistorsoft / flutter_background_geolocation

Sophisticated, battery-conscious background-geolocation & geofencing with motion-detection
https://www.transistorsoft.com/shop/products/flutter-background-geolocation
Other
651 stars 242 forks source link

Geofence Radius automatically being updated to 150m ? #1289

Closed lloydelvt closed 6 months ago

lloydelvt commented 6 months ago

Your Environment

Expected Behavior

We expect the geofences to be saved with whatever Geofence Radius we set.

Actual Behavior

When we retrieve the Geofences using (await bg.BackgroundGeolocation.geofences) all of the radii are set to 150. Is the plugin automatically setting the geofence radius to 150M?

Steps to Reproduce

  1. Create a geofence with a radius below 150
  2. Call the geofences from the plugin to check the radii
PASTE_YOUR_LOGS_HERE