Skip to main content

POIs

a list of Points of Interests ordered by ascending distance

  • Array [
  • distnumberrequired

    Distance value in meters

    Example: 56.629275
    ghstringrequired

    geohash location

    Example: d1x7n9ghem
    idintegerrequired

    Unique identifier

    Example: 641842892
    info objectrequired

    Additional information about the location.

    property name*string
    latnumberrequired

    Latitude coordinate.

    Example: 8.97526
    lonnumberrequired

    Longitude coordinate.

    Example: -79.514782
  • ]
  • POIs
    [
    {
    "dist": 56.629275,
    "gh": "d1x7n9ghem",
    "id": 641842892,
    "info": {
    "name": "Punta Paitilla",
    "place": "neighbourhood"
    },
    "lat": 8.97526,
    "lon": -79.514782
    }
    ]