Bug #4953
iOS Rider : Pass extra parameters, steps latitude and longitude, to the sendRequestToDriver API.
Start date:
07/01/2025
Due date:
07/01/2025 (about 9 months late)
% Done:
100%
Estimated time:
Milestone:
Sprint 30 Tukxi Ride 2025 June 30 to Aug 22
Branch name:
Branch:- dot_release_vidhuja_4953, parent:- dot_release_tripfare
Description
Pass extra parameters, steps latitude and longitude, to the sendRequestToDriver API. Fetch step latitude and longitude from direction API call response.
Impact Analysis
On trip request send passed the extra parameter
Updated by Anandhu P Kumar 9 months ago
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 vinduja Narayanan 9 months ago
- Due date set to 07/01/2025
- Start date set to 07/01/2025
Updated by vinduja Narayanan 9 months ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
- Impact Analysis updated (diff)
Pass extra parameters, steps latitude and longitude, to the sendRequestToDriver API. Fetch step latitude and longitude from direction API call response. - Fixed