mapbox-directions-swift icon indicating copy to clipboard operation
mapbox-directions-swift copied to clipboard

Convert from Directions API URL to RouteOptions

Open jill-cardamon opened this issue 4 years ago • 4 comments

This PR fixes #476 building off the code provided in the snippet.

jill-cardamon avatar Aug 30 '21 20:08 jill-cardamon

@jill-cardamon, would be good to update this PR as well. Thanks!

MaximAlien avatar Feb 07 '22 18:02 MaximAlien

Does #655 supersede this PR, or is there anything else that needs to be folded into it?

1ec5 avatar Mar 04 '22 00:03 1ec5

@1ec5 it looks like it does. we can call that method in cli

jill-cardamon avatar Mar 09 '22 19:03 jill-cardamon

it looks like it does. we can call that method in cli

OK, tracking in #692.

1ec5 avatar May 06 '22 20:05 1ec5

As mentioned above, #655 takes care of converting from a URL to an options object. Now #728 hooks this conversion up to the command line tool, loosely based on the approach taken in this PR.

1ec5 avatar Aug 20 '22 00:08 1ec5