Description Usage Arguments Examples
Given a central geopoint, draw a bounding box with the geopoint in the center
1 | bounding_box(lat, lon, dist, in.miles = TRUE)
|
lat |
Central latitude |
lon |
Central longitude |
dist |
Distance of separation of the central point (in miles or km) |
in.miles |
Bolean value, by default is miles |
1 | bounding_box(lat=19.01212,log=-96.19216,dist =100,in.miles = F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.