OSM max_speed and osm_id

Hi,
I wish to have a service return a route where the speed limit ( for each road/shapepoint) is given , the max_speed tag does this very effectively in our country. I also wish to pull some other data athrough such as the osm_id .

I assume this means that I must host my own version of Graphhopper on a Java server ?
I will want to do this anyway as I need the turn restrictions to be respected.
Or is this data accessible by using the android/IOs SDK’s

Welcome James.

The speed limit is already accessible: New Routing API Feature: path details and support for avoiding motorway/ferry/toll

The OSM ID could be fetched in a separate step from the routing geometry.

1 Like