Bbox
This object provides EPSG:4326 lat\lon coordinates of a rectangular region. E.g.:
var bbox = {
"south": -10,
"west": -20,
"north": 10,
"east": 20
}
See also DAB discover 'where constraint'.
See also Report