Geo query that matches documents intersecting a polygon.
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(): []
```