Open aleterlone opened 4 years ago
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...
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...