Update: 2026-06-25 02:28:33
This commit is contained in:
@@ -30,7 +30,7 @@ class TripMonitorController extends GetxController {
|
||||
var res = await CRUD().get(
|
||||
link: AppLink.getLocationParents, payload: {"driver_id": driverId});
|
||||
if (res != 'failure') {
|
||||
tripData = jsonDecode(res);
|
||||
tripData = res;
|
||||
parentLocation = LatLng(
|
||||
double.parse(tripData['message'][0]['latitude'].toString()),
|
||||
double.parse(tripData['message'][0]['longitude'].toString()));
|
||||
|
||||
Reference in New Issue
Block a user