place here
This block is part of the places group and was last modified in core v15.0.0.
place here v15.0.0 Resolves the place a coordinate is at, rather than the record nearest to it. Two things separate it from places_nearest. It ignores records that are not places you can be at : at Madurodam the restaurant inside it is a metre nearer than the park, and the park is still the answer. And it recognises being inside something: a point in the middle of the Efteling has a snack bar four metres away and the park's own record half a kilometre off at the entrance, so the answer is the park. That is inferred from the park's own attractions surrounding you, because Overture Places has points and no boundaries; kind tells you which way the answer was reached, and a point with nothing prominent around it honestly answers none rather than reaching for the nearest landmark it can find.
- geo point required
v15.0.0geo_pointPoint to resolve.
- near radius (m)
v15.0.0numberHow close a record must be to count as being at the point. Empty uses 60 m. Raising it makes the block reach further for a venue, which on Overture data buys wrong answers faster than right ones.
- categories
v15.0.0arrayArray or comma-separated list of category groups. Accepts group ids (
primary_education) or Dutch synonyms (basisschool,kroegen). Empty searches every category. Useplaces_categoriesto list them. - min confidence
v15.0.0numberDrop results below this Overture confidence (0–1). The signal is uncalibrated : median 0.80 across the Dutch dataset : so filtering may hide coverage as easily as it removes noise. Empty applies no filter.
- place
v15.0.0objectThe place the point is at, in the same shape
places_nearestreturns. Empty whenkindisnone. - name
v15.0.0valueThe place's name, for labelling. Empty when nothing was resolved.
- kind
v15.0.0valueHow the answer was reached.
venue: a place you can be at sits within the near radius.area: the point is inside something larger, named by one of its own records further away.nearby: nothing prominent is here, so the nearest ordinary record is reported : treat this as "near X", not "at X".none: nothing at all. - distance (m)
v15.0.0numberDistance to the resolved place in metres. For an
areaanswer this is the distance to the record naming it, not to the edge of the place : there are no boundaries in the dataset. - is landmark
v15.0.0conditionTrue for
venueandarea, false fornearbyandnone. The single test for "did this resolve to a real place". - nearest
v15.0.0objectThe closest record whatever it is, always reported. Worth showing beside an
areaanswer: "Efteling : bij Polles Kitchen". - area
v15.0.0objectThe surrounding place when one was found, whether or not it won. Empty when the point is not inside anything the dataset can corroborate.
- area group
v15.0.0valueCategory group of the surrounding place, e.g.
amusement_park. Empty when there is none. - area count
v15.0.0numberHow many of that group's records corroborate the surrounding place. This is the evidence the answer rests on: a real theme park musters dozens, a single mislocated record musters one and is rejected.
- success
v15.0.0conditionTrue when the query ran. An empty result is still a success.
- error
v15.0.0valueError code when the query could not run:
PLACES_NOT_AVAILABLE,GEO_POINT_MISSING_LAT_OR_LON.
A typical wiring for place here: from city feeds the geo_point pin; the place out pin feeds custom field.
Version history
Introduced in v15.0.0.
Back to
places Return to the main group to view all sub-groups Back to Places Return to the group to view all blocks within this group 