| corner_bbox {osmar} | R Documentation |
Utility functions to specify what to get from the OSM data source. These are the request elements which work for most sources, see the specific sources for specialized elements.
corner_bbox(left, bottom, right, top) center_bbox(center_lon, center_lat, width, height)
left |
Minimum longitude |
bottom |
Minimum latitude |
right |
Maximum longitude |
top |
Maximum latitutde |
center_lon |
Center longitude |
center_lat |
Center latitude |
width |
Box width |
height |
Box height |
Other as_osmar_bbox: as_osmar_bbox,
as_osmar_bbox.Spatial