# NOT RUN {
# Provide an API Key for a HERE project
set_key("<YOUR API KEY>")
# Get addresses
addresses <- reverse_geocode(poi = poi, results = 3, landmarks = FALSE, url_only = TRUE)
# Get landmarks
landmarks <- reverse_geocode(poi = poi, results = 3, landmarks = TRUE, url_only = TRUE)
# }
Run the code above in your browser using DataLab