Querylight TS Demo

GeoPointQuery

Geo query that matches documents containing a point.

Back to docs search

Reference Entry

GeoPointQuery

API Reference · foundation · order 78

Geo query that matches documents containing a point.

Relevant APIs

GeoPointQuery

Geo query that matches documents containing a point.

Declaration

class GeoPointQuery

Constructors

constructor

```ts constructor(__namedParameters: GeoPointQueryParams): GeoPointQuery ``` Parameters: - `__namedParameters: GeoPointQueryParams`

Members

boost

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

hits

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

highlightClauses

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