Querylight TS Demo

GeoPolygonQuery

Geo query that matches documents intersecting a polygon.

Back to docs search

Reference Entry

GeoPolygonQuery

API Reference · foundation · order 79

Geo query that matches documents intersecting a polygon.

Relevant APIs

GeoPolygonQuery

Geo query that matches documents intersecting a polygon.

Declaration

class GeoPolygonQuery

Constructors

constructor

```ts constructor(__namedParameters: GeoPolygonQueryParams): GeoPolygonQuery ``` Parameters: - `__namedParameters: GeoPolygonQueryParams`

Members

boost

```ts boost: number | undefined ```

hits

```ts hits(documentIndex: DocumentIndex): Promise ``` Parameters: - `documentIndex: DocumentIndex`

highlightClauses

```ts highlightClauses(): [] ```