We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem:
Capture the distance between points and keep marking options (infowindow/icon) when:
stopover: true
In this way, only the origin/destination waypoints are displayed.
When debugging the file 'agm-direction.js', i noticed that in line (196), the values for via_waypoints are empty:
Linha 196:
this.markerOptions.waypoints[index].position = _route.via_waypoints[index];
I would like help to realize something that I may be missing!
I would also like to thank you for this excellent work! thanks...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem:
Capture the distance between points and keep marking options (infowindow/icon) when:
In this way, only the origin/destination waypoints are displayed.
When debugging the file 'agm-direction.js', i noticed that in line (196), the values for via_waypoints are empty:
Linha 196:
I would like help to realize something that I may be missing!
I would also like to thank you for this excellent work! thanks...
The text was updated successfully, but these errors were encountered: