Skip to content
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

waypoints not work with stopover true (via_waypoints) #91

Open
aleterlone opened this issue Mar 16, 2020 · 0 comments
Open

waypoints not work with stopover true (via_waypoints) #91

aleterlone opened this issue Mar 16, 2020 · 0 comments

Comments

@aleterlone
Copy link

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant