Project

General

Profile

Bug #4350

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

updateDriverStatus restructuring using node

Added by Anupama P about 1 year ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Normal
Target version:
Start date:
02/27/2025
Due date:
03/04/2025 (about 13 months late)
% Done:

0%

Estimated time:
Milestone:
Sprint 27 Tukxi Ride 2025 Feb 03 to Feb 28
Branch name:

Description

HashMap<String, String> parameters = new HashMap<String, String>();
parameters.put("type", "updateDriverStatus");
parameters.put("iDriverId", generalFunc.getMemberId());
parameters.put("Status", "Available");
parameters.put("latitude", "" + driverLat);
parameters.put("longitude", "" + driverLong);
parameters.put("isUpdateOnlineDate", "true");

Also available in: Atom PDF