2026-02-21-overlay

This commit is contained in:
Hamza-Ayed
2026-02-21 13:36:25 +03:00
parent d697de9c25
commit 6f03a96e69
6 changed files with 312 additions and 204 deletions

View File

@@ -61,8 +61,7 @@ class NavigationController extends GetxController {
String distanceToNextStep = "";
// الرابط الجديد
static const String _routeApiBaseUrl =
"https://routesy.intaleq.xyz/route/v1/driving";
static final String _routeApiBaseUrl = "${AppLink.mapOSM}/route/v1/driving";
@override
void onInit() {