SystemsX
  • SystemsX
  • Bridge
    • API Create Job
    • API Billing Usage
  • SENSE
    • API - Base URL
    • API Agents - List
    • API Call - Manual Upload
    • API Call - History
    • API Call - Metrics
    • Assist - Integration
    • API Assist - Load
    • API Assist - Functions
    • API Email - History
    • API Email - Create
  • GEO
    • Common - Encode
    • Common - Decode
    • Common - Neighbors
    • Common - Inside Polygon
Powered by GitBook
On this page
  1. GEO

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"
}

PreviousCommon - EncodeNextCommon - Neighbors

Last updated 3 months ago