This commit is contained in:
Hamza Aleghwairyeen
2024-03-30 15:11:14 +03:00
parent d779765da4
commit 66cd964a89
5 changed files with 29 additions and 26 deletions

View File

@@ -1153,7 +1153,9 @@ class MapPassengerController extends GetxController {
['latitude']),
double.parse(datadriverCarsLocationToPassengerAfterApplied['message'][0]
['longitude'])));
CarLocationModel model = CarLocationModel.fromJson(
datadriverCarsLocationToPassengerAfterApplied['message'][0]);
carLocationsModels.add(model);
update();
}