Querylight TS Demo

geohashContains

Returns `true` when a point falls inside the geohash cell.

Back to docs search

Reference Entry

geohashContains

API Reference · foundation · order 28

Returns `true` when a point falls inside the geohash cell.

Relevant APIs

geohashContains

Returns true when a point falls inside the geohash cell.

Declaration

function geohashContains(hash: string, latitude: number, longitude: number): boolean

Signatures

```ts function geohashContains(hash: string, latitude: number, longitude: number): boolean ``` Returns ``true`` when a point falls inside the geohash cell.

Parameters

- `hash: string` - `latitude: number` - `longitude: number`