Update: 2026-06-30 23:32:14
This commit is contained in:
@@ -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())),
|
||||
|
||||
Reference in New Issue
Block a user