Closed galadril closed 4 years ago
Would be cool to also set the expiration duration, and loitering delay on the Geofence object.
For example:
.setExpirationDuration(Geofence.NEVER_EXPIRE) .setLoiteringDelay(3000)
i've added this here
https://github.com/exozet/Geolocator/blob/master/Geolocator/src/main/java/com/sprotte/geolocator/geofencer/GeofenceRepository.kt#L95-L97
and can be configured like this: https://github.com/exozet/Geolocator#configuration
Would be cool to also set the expiration duration, and loitering delay on the Geofence object.
For example: