geo.geohashDecode( hash as String ) as cts.box
Given a geohash string, return the bounding box for that hash.
Parameters | |
---|---|
hash | The geohash value, as produced by geo.geohashEncode. |
geo.geohashDecode('c3k6svq') => cts.box('[52.499542, -117.55646, 52.500916, -117.55508]')