Update: 2026-06-30 23:32:14

This commit is contained in:
Hamza-Ayed
2026-06-30 23:32:15 +03:00
parent 808066f4a6
commit d2ce4bdb16
7 changed files with 277 additions and 17 deletions

View File

@@ -72,7 +72,7 @@ class SiroGeofencingService {
try {
for (var region in regions) {
final geofence = Geofence(
id: region['zone_name'],
id: region['id'].toString(),
location: Location(
latitude: double.parse(region['latitude'].toString()),
longitude: double.parse(region['longitude'].toString())),