R/osrmfunctions.R
viaroute2sldf.RdConvert json result of OSRM routing query to SpatialLinesDataFrame
viaroute2sldf(osrmresult, return_sf = FALSE)
| osrmresult | Single character string or character vector containing encoded json result(s) of OSRM routing queries. |
|---|---|
| return_sf | Boolean value if this function should return an sf object, if FALSE returns sp object (default FALSE). |
Converts the result of a (successful) OSRM routing query and returns a SpatialLinesDataFrame containing the route, route summary and instructions.
# NOT RUN { viaroute2sldf( viaroute( startlat = 52.503033, startlng = 13.420526, endlat = 52.516582, endlng = 13.429290 ) ) # }