This commit is contained in:
Hamza-Ayed
2023-09-12 14:39:25 +03:00
parent 8b0b5e9cef
commit d8edc47230
10 changed files with 97 additions and 25 deletions

View File

@@ -389,7 +389,7 @@ class MapController extends GetxController {
LatLngBounds calculateBounds(
double centerLat, double centerLng, double radius) {
double radius = 4000; // 10 km in meters
// double radius = 4000; // 10 km in meters
southwest = LatLng(
centerLat - (radius / 111000),