# NOT RUN {
# Provide an API Key for a HERE project
set_key("<YOUR API KEY>")
# 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