go.osrm icon indicating copy to clipboard operation
go.osrm copied to clipboard

Go client library for OSRM

Results 7 go.osrm issues
Sort by recently updated
recently updated
newest added

By default, OSRM's [Table Service](https://github.com/Project-OSRM/osrm-backend/blob/master/docs/http.md#table-service) only returns duration. This PR adds support for specifying annotations so that distance can be returned, in addition duration. Closes https://github.com/gojuno/go.osrm/issues/23

For TableRequest please add annotations

Hi, I get the following error when running a go get or a build ![image](https://user-images.githubusercontent.com/5629725/69906536-b33b2a80-13bc-11ea-8e07-dbc7f84d9b53.png) (sorry about using a screen shot - problems with my tmux session). A bit of...