<?xml version="1.0" encoding="UTF-8"?><api:function-page xml:base="/apidoc/8.0/cts.box.xml" generated="2015-10-07T16:36:00.016766-07:00" mode="javascript" xmlns:api="http://marklogic.com/rundmc/api"><api:function-name>cts.box</api:function-name><api:suggest>cts.box</api:suggest><api:suggest>cts</api:suggest><api:suggest>box</api:suggest><api:function-link mode="xquery" fullname="cts:box">/apidoc/8.0/cts:box.xml</api:function-link><api:function mode="javascript" name="box" type="builtin" lib="cts" category="SearchBuiltins" subcategory="Geospatial Constructors" hidden="false" bucket="MarkLogic Built-In Functions" prefix="cts" namespace="http://marklogic.com/cts" fullname="cts.box"><api:summary>
  Returns a geospatial box value.
</api:summary><api:params><api:param name="south" type="xs:float"><api:param-description>
    The southern boundary of the box.
  </api:param-description><api:param-name>south</api:param-name><api:param-type>Number</api:param-type></api:param><api:param name="west" type="xs:float"><api:param-description>
    The western boundary of the box.
  </api:param-description><api:param-name>west</api:param-name><api:param-type>Number</api:param-type></api:param><api:param name="north" type="xs:float"><api:param-description>
    The northern boundary of the box.
  </api:param-description><api:param-name>north</api:param-name><api:param-type>Number</api:param-type></api:param><api:param name="east" type="xs:float"><api:param-description>
    The eastern boundary of the box.
  </api:param-description><api:param-name>east</api:param-name><api:param-type>Number</api:param-type></api:param></api:params><api:return>cts.box</api:return><api:example class="javascript"><pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml">
cts.box(45, -122, 78, 30);
=&gt; [45, -122, 78, 30] (as a cts.box)
</pre></api:example></api:function></api:function-page>