📄️ GEO_TO_H3
Returns the H3 index of the hexagon cell where the given location resides.
📄️ GEOHASH_DECODE
Converts a Geohash-encoded string into latitude/longitude coordinates.
📄️ GEOHASH_ENCODE
Converts a pair of latitude and longitude coordinates into a Geohash-encoded string.
📄️ POINT_IN_POLYGON
Calculates whether a given point falls within the polygon formed by joining multiple points.