/googleplaces
details for a place from Google Places API.
GET geolytix.xyz/api/gazetteer/googleplaces
Proxies a request for place details to the Google Places API. A KEY_GOOGLE entry is required in the environment settings.
Query Parameters
Name
Type
Description
id
string
The Google Place ID.
token
string
Required for private endpoints.
{
"type":"Point",
"coordinates":[
-0.1277583,
51.5073509
]
}'Invalid token.'{
"statusCode":500,
"error":"Internal Server Error",
"message":"Cannot read property 'geometry' of undefined"
}Last updated