POIs
a list of Points of Interests ordered by ascending distance
Array [
distnumberrequired
Distance value in meters
Example:
56.629275ghstringrequired
geohash location
Example:
d1x7n9ghemidintegerrequired
Unique identifier
Example:
641842892info objectrequired
Additional information about the location.
property name*string
latnumberrequired
Latitude coordinate.
Example:
8.97526lonnumberrequired
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
}
]