-
-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duration and distance for waypoints. #46
Comments
@prathammehta , u can also get duration and distance from result. |
Yup. I know about that. It'll be awesome to be able to get the same information for each waypoint as well. |
Passing the original Google Directions response into the I'll happily accept a PR that implements this. |
I have created a pull request which includes a fix for this issue. #85 This includes each step in a journey, each which has its own individual duration. |
The waypoint feature is awesome! Can you also expose the Duration and distance to each waypoint in the callback for onReady?
I believe Google's direction API response already contains that information.
Thanks for a great library!
The text was updated successfully, but these errors were encountered: