osmdata (version 0.0.5)

bbox_to_string: Convert a named matrix or a named vector (or an unnamed vector) return a string

Description

This function converts a bounding box into a string for use in web apis

Usage

bbox_to_string(bbox)

Arguments

bbox

bounding box as character, matrix or vector. If character, numeric bbox will be extracted with getbb Unnamed vectors will be sorted appropriately and must merely be in the order (x, y, x, y).

Examples

Run this code
# NOT RUN {
bbox_to_string (getbb ("hampi india"))
# }

Run the code above in your browser using DataLab