mapbox-directions-swift
mapbox-directions-swift copied to clipboard
Convert from Directions API URL to RouteOptions
This PR fixes #476 building off the code provided in the snippet.
@jill-cardamon, would be good to update this PR as well. Thanks!
Does #655 supersede this PR, or is there anything else that needs to be folded into it?
@1ec5 it looks like it does. we can call that method in cli
it looks like it does. we can call that method in cli
OK, tracking in #692.
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.