Update: 2026-06-21 18:58:05
This commit is contained in:
@@ -338,6 +338,17 @@ class AppLink {
|
||||
static String get getPromptDriverDocumentsEgypt =>
|
||||
"$server/auth/captin/getPromptDriverDocumentsEgypt.php";
|
||||
|
||||
static String get saveDriverDestination => "$ride/location/save_driver_destination.php";
|
||||
|
||||
static String get reverseGeocoding {
|
||||
switch (currentCountry) {
|
||||
case 'Syria': return 'https://map-syria.siromove.com/api/geocoding/reverse';
|
||||
case 'Egypt': return 'https://map-egypt.siromove.com/api/geocoding/reverse';
|
||||
case 'Jordan': return 'https://map-jordan.siromove.com/api/geocoding/reverse';
|
||||
default: return 'https://map-saas.intaleqapp.com/api/geocoding/reverse';
|
||||
}
|
||||
}
|
||||
|
||||
static String get updateApiKey => "$ride/apiKey/update.php";
|
||||
static String get deleteApiKey => "$ride/apiKey/delete.php";
|
||||
static String get checkPhoneNumberISVerfiedDriver =>
|
||||
|
||||
Reference in New Issue
Block a user