<?xml version="1.0" encoding="UTF-8"?><api:function-page xml:base="/apidoc/8.0/geo.interiorPoint.xml" generated="2015-10-07T16:36:00.016766-07:00" mode="javascript" xmlns:api="http://marklogic.com/rundmc/api"><api:function-name>geo.interiorPoint</api:function-name><api:suggest>geo.interiorpoint</api:suggest><api:suggest>geo</api:suggest><api:suggest>interiorpoint</api:suggest><api:function-link mode="xquery" fullname="geo:interior-point">/apidoc/8.0/geo:interior-point.xml</api:function-link><api:function mode="javascript" name="interiorPoint" type="builtin" lib="geo" category="SearchBuiltins" subcategory="Geospatial Operations" hidden="false" bucket="MarkLogic Built-In Functions" prefix="geo" namespace="http://marklogic.com/geospatial" fullname="geo.interiorPoint"><api:summary>
This function returns a point that is guaranteed to be inside the bounds of the
given region. For a given region and set of options, the point returned should
be stable from one call to the next. The tolerance option is supported.
</api:summary><api:params><api:param name="region" type="cts:region"><api:param-description>
  A cts region.
  </api:param-description><api:param-name>region</api:param-name><api:param-type>cts.region</api:param-type></api:param><api:param name="options" type="xs:string*" optional="true"><api:param-description>
    The tolerance.
  </api:param-description><api:param-name>options</api:param-name><api:param-type>String[]</api:param-type></api:param></api:params><api:return>cts.point?</api:return><api:usage>
</api:usage><api:example>
geo:interior-point(cts:polygon("10,10 20,20 50,50 10,10")) =&gt;
   "30,25"

</api:example></api:function></api:function-page>