# NOT RUN {
# Authentication
set_auth(
app_id = "<YOUR APP ID>",
app_code = "<YOUR APP CODE>"
)
# Isochrone for 5, 10, 15, 20, 25 and 30 minutes driving time
isolines <- isoline(
poi = poi,
range = seq(5, 30, 5) * 60,
url_only = TRUE
)
# }
Run the code above in your browser using DataLab