Project

General

Profile

Bug #4710

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

getEstimateFareDetailsArr 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", "getEstimateFareDetailsArr");
parameters.put("iUserId", generalFunc.getMemberId());
if (!distance.equals("")) {
parameters.put("distance", distance);
}
if (!time.equals("")) {
parameters.put("time", time);
}
parameters.put("SelectedCar", selectedcar);
parameters.put("UserType", Utils.userType);
parameters.put("isDestinationAdded", getIntent().getStringExtra("isDestinationAdded"));

String destLat=getIntent().getStringExtra("destLat");
if (destLat != null && !destLat.equalsIgnoreCase("")) {
parameters.put("DestLatitude", destLat);
parameters.put("DestLongitude", getIntent().getStringExtra("destLong"));
}
String picupLat=getIntent().getStringExtra("picupLat");
if (picupLat != null && !picupLat.equalsIgnoreCase("")) {
parameters.put("StartLatitude", picupLat);
parameters.put("EndLongitude", getIntent().getStringExtra("pickUpLong"));
}

Also available in: Atom PDF