nilsnolde / py-osrm

Python bindings to the OSRM routing framework
https://gis-ops.github.io/py-osrm/
BSD 2-Clause "Simplified" License
8 stars 8 forks source link

Add basic type bindings & lay groundwork for JSON #4

Closed whytro closed 1 year ago

whytro commented 1 year ago

Added more bindings for basic types, which allows, for example, proper parameter usage in RouteParameter (per test example). However, Hint support still needs to be added, but since it relies on a lot of other custom types, it requires some further thought on how to best approach it (ie. if there's room for simplification).

The Result object bindings part still needs to be worked on further in order to achieve proper functionality.

nilsnolde commented 1 year ago

FWIW, hints we can safely omit IMO.