You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a RouteOptions has multiple waypoints, and all the intermediate waypoints have separatesLegs set to true, the resulting route’s leg’s destination waypoint corresponds in part to one of the intermediate waypoints in the RouteOptions, rather than the final waypoint. This mismatch occurs because of deserialization code that accesses RouteOptions.waypoints without filtering on separatesLegs. This bug was introduced as part of the original via points implementation in #340.
The text was updated successfully, but these errors were encountered:
1ec5
changed the title
RouteOptions.separatesLegs results in mismatched waypoints in RouteLeg
Waypoint.separatesLegs results in mismatched waypoints in RouteLeg
Feb 26, 2019
If a RouteOptions has multiple waypoints, and all the intermediate waypoints have
separatesLegs
set totrue
, the resulting route’s leg’sdestination
waypoint corresponds in part to one of the intermediate waypoints in the RouteOptions, rather than the final waypoint. This mismatch occurs because of deserialization code that accessesRouteOptions.waypoints
without filtering onseparatesLegs
. This bug was introduced as part of the original via points implementation in #340.The text was updated successfully, but these errors were encountered: