Skip to content

box (Structured Query)

isubiker edited this page Nov 11, 2011 · 1 revision

Creates a geospatial box for geo queries.

{"box": {
    "north": 1,
    "east": 1,
    "south": -1,
    "west": -1
}}

<box>
   <north>1</north>
   <east>1</east>
   <south>-1</south>
   <west>-1</west>
</box>
Clone this wiki locally