Place results
A place result represents a point of interest: A point feature with a name, a position, an address and a list of categories defining the functionality characterizing the point. A place can be as various as a restaurant, an EV charging station, an airport, a stadium, etc.
HERE Geocoding and Search place results can be identified through the place
value of the resultType
response element.
The sub-type field categories
contains a list of IDs referencing the different functionality of the location. For restaurant results, the sub-type foodTypes
contains a list of IDs for the cuisines that the restaurant offers.
For example, Glacier Vanille Noire (in Marseille):
{
"title": "Glacier Vanille Noire",
"id": "here:pds:place:250jx7ps-8f300d0f8ec60e31fb76a3d22f00f18f",
"resultType": "place",
"address": {
"label": "Glacier Vanille Noire, 13 Rue Caisserie, 13002 Marseille, France",
"countryCode": "FRA",
"countryName": "France",
"stateCode": "PAC",
"state": "Provence-Alpes-Cote d'Azur",
"county": "Bouches-du-Rhône",
"city": "Marseille",
"district": "2e Arrondissement",
"street": "Rue Caisserie",
"postalCode": "13002",
"houseNumber": "13"
},
"position": { "lat": 43.2972, "lng": 5.36871 },
"access": [{ "lat": 43.29723, "lng": 5.36868 }],
"categories": [
{ "id": "100-1000-0000", "name": "Restaurant", "primary": true },
{ "id": "300-3000-0000", "name": "Landmark-Attraction" },
{ "id": "600-6300-0064", "name": "Food/Beverage Specialty Store" },
{ "id": "600-6300-0364", "name": "Dairy Goods" },
{ "id": "700-7200-0253", "name": "Catering & Other Food Services" }
],
"foodTypes": [{ "id": "800-063", "name": "Ice Cream", "primary": true }],
"contacts": [{
"phone": [{ "value": "+33777336819" }],
"www": [{
"value": "http://www.vanillenoire.com",
"categories": [{ "id": "100-1000-0000" }, { "id": "300-3000-0000" }, { "id": "700-7200-0253" }]
}],
"email": [{
"value": "nicolas@vanillenoire.com",
"categories": [{ "id": "100-1000-0000" }, { "id": "300-3000-0000" }]
}]
}],
"openingHours": [{
"categories": [{ "id": "100-1000-0000" }, { "id": "300-3000-0000" }, { "id": "600-6300-0064" }],
"text": ["Mon-Sun: 13:00 - 19:00"],
"isOpen": true,
"structured":
[{ "start": "T130000", "duration": "PT06H00M", "recurrence": "FREQ:DAILY;BYDAY:MO,TU,WE,TH,FR,SA,SU" }]}
],
"references": [
{ "supplier": { "id": "core" }, "id": "1149014863" },
{ "supplier": { "id": "tripadvisor" }, "id": "6596803" },
{ "supplier": { "id": "yelp" }, "id": "LNW8pvVArKkCYg_SM0WfXQ" }
]
}
Endpoints returning place results: /discover
, /autosuggest
, /lookup
, /browse
, /geocode
/revgeocode