From 859416854823f6fcb29a30c20c99ab0ef2846a16 Mon Sep 17 00:00:00 2001 From: Faris Armoush Date: Mon, 30 Jun 2025 14:22:54 +0300 Subject: [PATCH] hardcoded device location to dubai for demo purposes. --- .../device_location_details_service_decorator.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/analytics/services/device_location/device_location_details_service_decorator.dart b/lib/pages/analytics/services/device_location/device_location_details_service_decorator.dart index f38f607d..0a49a797 100644 --- a/lib/pages/analytics/services/device_location/device_location_details_service_decorator.dart +++ b/lib/pages/analytics/services/device_location/device_location_details_service_decorator.dart @@ -17,8 +17,8 @@ class DeviceLocationDetailsServiceDecorator implements DeviceLocationService { 'reverse', queryParameters: { 'format': 'json', - 'lat': param.latitude, - 'lon': param.longitude, + 'lat': 25.1880567, + 'lon': 55.266608, }, );