Skip to main content
Returns the 8 neighboring geohash cells of a given geohash string. The result is an array of 8 geohash strings in the order: N, NE, E, SE, S, SW, W, NW.

Signatures

Parameters

geohash
String
required
A GeoHash string.

Return type

A string representation.

Example

ST_GeoHashNeighbors