newPolygonQuery

fun newPolygonQuery(field: String?, vararg polygons: Polygon): Query

Create a query for matching one or more polygons.

Return

query matching points within this polygon

Parameters

field

field name. must not be null.

polygons

array of polygons. must not be null or empty

See also

Throws

if field is null, polygons is null or empty