An interface between R and the OSRM API.
OSRM is a routing
service based on OpenStreetMap data. See <http://project-osrm.org/> for more
information. This package allows to compute routes, trips, isochrones and
travel distances matrices (travel time and kilometric distance).
osrmTable
Get travel time matrices between points.
osrmRoute
Get the shortest path between two points.
osrmTrip
Get the travel geometry between multiple unordered points.
osrmIsochrone
Get polygons of isochrones.