Converts a GeoPoint to a base32-encoded Geohash with specified precision that contains the GeoPoint. For more information on Geohash, see: https://en.wikipedia.org/wiki/Geohash .
Expression categories: Geospatial
Declared arguments
GeoPoint - The GeoPoint to convert. Expression<GeoPoint>
Output Geohash precision - The number of base32 characters returned in the output Geohash string. Expression<Integer>