
geo.geohashDecodePoint( hash as String ) as cts.point
Given a geohash string, return the point for that hash.
| Parameters | |
|---|---|
| hash | The geohash string, as produced from the function geo.geohashEncode. |
geo.geohashDecodePoint("c3k6svq")
=> 52.500229,-117.55577
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.