Bug #4736
Bug #4257: Service Driver:- Design New Architecture using node
getTaxiStandLocations restructuring using node
Start date:
04/22/2025
Due date:
% Done:
0%
Estimated time:
Milestone:
Backlog
Branch name:
Description
parameters.put("type", "getTaxiStandLocations");
parameters.put("iDriverId", generalFunc.getMemberId());
parameters.put("UserType", Utils.app_type);
if(userProfileJsonObj != null && userProfileJsonObj.has("eIconType")) {
taxiStandeIconType = generalFunc.getJsonValueStr("eIconType", userProfileJsonObj);
//Logger.d("taxiStandeIconType", "init --> "+taxiStandeIconType);
parameters.put("eIconType", taxiStandeIconType);
}
parameters.put("vLatitude", String.valueOf(selectedLatitude));
parameters.put("vLongitude", String.valueOf(selectedLongitude));