Project

General

Profile

Bug #4716

Bug #4257: Service Driver:- Design New Architecture using node

startDriverDestination restructuring using node

Added by Anupama P 12 months ago. Updated 9 months ago.

Status:
New
Priority:
Normal
Target version:
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);

Also available in: Atom PDF