Radius big

This commit is contained in:
Robin Koedood
2021-01-14 11:00:50 +01:00
parent ad4583640c
commit 9a746a1351

View File

@@ -91,7 +91,7 @@ public class GeofenceInitalizer {
private void addGeofence(GeoPoint p, String name) {
if (!checkFineLocationPermission()) return;
Geofence geofence = geoFencingHelper.getGeofence(name, p, 45);
Geofence geofence = geoFencingHelper.getGeofence(name, p, 60);
GeofencingRequest geofencingRequest = geoFencingHelper.getGeoFencingRequest(geofence);
PendingIntent pendingIntent = geoFencingHelper.getPendingIntent();