We are using the Google Places Place Details API (more specifically, the Google Maps Javascript API). As part of the terms of use, we must display the value of html_attributions
from the response if it exists.
However, in trying to test our implementation, I am having difficulty of finding a place
for which the PlacesService.getDetails()
response contains a non-empty value of html_attributions
.
Is there a reference page for sample place_ids or places for which the Place Details API will return a non-empty html_attributions
?
html_attributions
? – Okapi