LandmarkInside
A landmark whose polygon contains the hex centroid.
slugstring
Example:
accra-mallnamestring
Example:
Accra Mallname_localstring
Local language name, if available.
Example:
Accra Mallkindstring
Landmark category (e.g. shopping_mall, hospital, university).
Example:
shopping_mallsourcestring
Example:
osmconfidenceinteger
Possible values: >= 0 and <= 100
Example:
95geometryobject
GeoJSON polygon for the landmark boundary.
LandmarkInside
{
"slug": "accra-mall",
"name": "Accra Mall",
"name_local": "Accra Mall",
"kind": "shopping_mall",
"source": "osm",
"confidence": 95,
"geometry": {}
}