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