<?xml version="1.0" encoding="UTF-8"?><api:function-page xml:base="/apidoc/8.0/cts.jsonPropertyChildGeospatialQueryRegion.xml" generated="2015-10-07T16:36:00.016766-07:00" mode="javascript" xmlns:api="http://marklogic.com/rundmc/api"><api:function-name>cts.jsonPropertyChildGeospatialQueryRegion</api:function-name><api:suggest>cts.jsonpropertychildgeospatialqueryregion</api:suggest><api:suggest>cts</api:suggest><api:suggest>jsonpropertychildgeospatialqueryregion</api:suggest><api:function-link mode="xquery" fullname="cts:json-property-child-geospatial-query-region">/apidoc/8.0/cts:json-property-child-geospatial-query-region.xml</api:function-link><api:function mode="javascript" name="jsonPropertyChildGeospatialQueryRegion" type="builtin" lib="cts" category="SearchBuiltins" subcategory="cts:query Constructors" hidden="false" bucket="MarkLogic Built-In Functions" prefix="cts" namespace="http://marklogic.com/cts" fullname="cts.jsonPropertyChildGeospatialQueryRegion"><api:summary>
  Returns the geographical regions with which the specified query was 
  constructed.
</api:summary><api:params><api:param name="query" type="cts:json-property-child-geospatial-query"><api:param-description>
    A query.
  </api:param-description><api:param-name>query</api:param-name><api:param-type>cts.jsonPropertyChildGeospatialQuery</api:param-type></api:param></api:params><api:return>ValueIterator</api:return><api:example class="javascript"><pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml">
var query = cts.jsonPropertyChildGeospatialQuery("point", "pos",
     cts.box(10.1, 10.2, 20.1, 20.2));
cts.jsonPropertyChildGeospatialQueryRegion(query);
  
=&gt; [10.1, 10.2, 20.1, 20.2]
</pre></api:example></api:function></api:function-page>