Skip to main content

LandmarkInside

A landmark whose polygon contains the hex centroid.

slugstring
Example: accra-mall
namestring
Example: Accra Mall
name_localstring

Local language name, if available.

Example: Accra Mall
kindstring

Landmark category (e.g. shopping_mall, hospital, university).

Example: shopping_mall
sourcestring
Example: osm
confidenceinteger

Possible values: >= 0 and <= 100

Example: 95
geometryobject

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