Common - Decode
Decode GeoHash to Lat/Lng
POST /api/common
Returns the Lat/Lng from a GeoHash based on the precision of the GeoHash.
Body
Param
Value/Type
Description
function
'decode'
Static
geo_hash
string
Response
{
"latitude": float,
"longitude": float
}{
"error": "Error Message Here"
}Last updated