DB
FunctionsGeospatial

geohash_decode

Decodes a geohash string into its approximate center coordinates and precision. Returns a JSON object string: `{\"latitude\":...,\"longitude\":...,\"precision\":...}`.

geohash_decode(…) → String

Kind · scalar

Decodes a geohash string into its approximate center coordinates and precision. Returns a JSON object string: {\"latitude\":...,\"longitude\":...,\"precision\":...}.

Part of the Geospatial family.