Bug #4716
Bug #4257: Service Driver:- Design New Architecture using node
startDriverDestination restructuring using node
Start date:
04/22/2025
Due date:
% Done:
0%
Estimated time:
Milestone:
Backlog
Branch name:
Description
parameters.put("type", "startDriverDestination");
parameters.put("iDriverId", generalFunc.getMemberId());
parameters.put("tRootDestLatitudes", updateDirections != null ? TextUtils.join(",", updateDirections.lattitudeList) : "");
parameters.put("tRootDestLongitudes", updateDirections != null ? TextUtils.join(",", updateDirections.longitudeList) : "");
parameters.put("tAdress", destAddress);
parameters.put("eStatus", "Active");
parameters.put("tDriverDestLatitude", destlat);
parameters.put("tDriverDestLongitude", destlong);