Bug #4954
Android Rider :Pass extra parameters, steps latitude and longitude, to the sendRequestToDriver API.
Start date:
07/02/2025
Due date:
07/04/2025 (about 9 months late)
% Done:
0%
Estimated time:
Milestone:
Sprint 30 Tukxi Ride 2025 June 30 to Aug 22
Branch name:
Description
Pass extra parameters, steps latitude and longitude, to the sendRequestToDriver API. Fetch step latitude and longitude from direction API call response.
Pass the step locations to the parameter "stepLocationDetails"
Updated by Anandhu P Kumar 9 months ago
Below is the format for the stepLocationDetails parameter,
[ {
"lattitude": "9.6457457",
"longitude": "75.354646"
}, {
"lattitude": "9.6457457",
"longitude": "75.354646"
}
]
Updated by Sreedevi K S 9 months ago
- Status changed from In Progress to Resolved
Updated in sprint-19 (unstructure project and also in structured /node branch both)