powered by
This is an internal utility function to convert bounding boxes into coordinate pairs.
extract_coords(coords)
An object to try and extract coordinates from
A vector of length 2 containing object latitude and longitude
# NOT RUN { extract_coords(get_centroid_bounding_box(c( "lat" = 44.121268, "lng" = -73.903734 ), distance = 10 )[[1]]) # }
Run the code above in your browser using DataLab