geo.geohashDecodePoint

geo.geohashDecodePoint(
   hash as String
) as cts.point

Summary

Given a geohash string, return the point for that hash.

Parameters
hash The geohash string, as produced from the function geo.geohashEncode.

See Also

Example

geo.geohashDecodePoint("c3k6svq")

=> 52.500229,-117.55577
Powered by MarkLogic Server | Terms of Use | Privacy Policy