Description Usage Arguments Value Examples
This is an internal utility function to convert bounding boxes into coordinate pairs.
1 | extract_coords(coords)
|
coords |
An object to try and extract coordinates from |
A vector of length 2 containing object latitude and longitude
1 2 3 4 5 6 | extract_coords(get_centroid_bounding_box(c(
"lat" = 44.121268,
"lng" = -73.903734
),
distance = 10
)[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.