POST /api/common
POST
/api/common
Returns the Lat/Lng from a GeoHash based on the precision of the GeoHash.
Body
function
'decode'
Static
geo_hash
string
Response
{ "latitude": float, "longitude": float }
{ "error": "Error Message Here" }
Last updated 1 year ago