Bounding Box
Bounding box is the geographical box which encompasses a certain area/venue. Bounding box is given as two WGS 84 coordinates topLeftLat
, topLeftLon
, bottomRightLat
, bottomRightLon
Attributes
Type | Description |
---|---|
Array | An Array of two Points. First Point represents: topLeftLat , topLeftLon , Second Point represents: bottomRightLat , bottomRightLon |
Example
"bb":[
[41.879234180409064,-87.64102152723595],
[41.87814187859321,-87.638381599059]
]