WaypointOptions do not apply to all `via` waypoints
twslankard opened this issue · 2 comments
In order for a via
point to be a "passthrough" waypoint, it must have !passThrough=true
applied to it. A quick scan of the code shows that the waypoint options are not applied to each waypoint, and are only added at the very end (to the final waypoint):
here-location-services-python/here_location_services/routing_api.py
Lines 100 to 120 in cf841b1
Ideally, the user should be able to specify a WayPointOptions
object with each via
point. This would fix the issue.
Bear with me and I can provide an example of expected versus current behavior. If possible, I will also try to submit a PR.
Thanks, @twslankard for raising this issue. I have fixed this issue in #11, feel free to close this issue if your expectations are met.
Thanks @sackh . So far it seems to work just fine!