mapbox / mapbox-sdk-rb

A Ruby interface to Mapbox APIs.
Other
59 stars 32 forks source link

Added parameters to requests for directions #28

Closed Bathlamos closed 5 years ago

Bathlamos commented 6 years ago

Added all remaining parameters from Mapbox Directions API documentation and modified the README and the tests.

samfader commented 6 years ago

Thanks for doing this, @Bathlamos! Code looks great. Would you be willing to add a bit more documentation to the README? Maybe make it clear that you add the parameters where "geometries" is and you can use the parameters found here? Let me know your thoughts.

Bathlamos commented 5 years ago

Just added a bit more explanations to the README. What are your thoughts @samfader ?