POI
A Geographical Point of Interest ands associated data
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
POI
{
"dist": 56.629275,
"gh": "d1x7n9ghem",
"id": 641842892,
"info": {
"name": "Punta Paitilla",
"place": "neighbourhood"
},
"lat": 8.97526,
"lon": -79.514782
}