# NOT RUN {
library(sf)
data("berlin")
# Get isochones with lon/lat coordinates
iso <- osrmIsometric(loc = c(13.43,52.47), breaks = c(0,100,200, 500, 1000),
returnclass="sf")
plot(st_geometry(iso))
# }
Run the code above in your browser using DataLab