ios - Is html_attributions needed for unused photo content from Google Places Web Service API? -
i'm working on ios app utilizes google's web service api. when searching places, each result contains "photos" field. within photos field "html_attributions" field. see "must displayed" when searching information it, have not seen conditions.
my question is, if not use photo_reference/height/width fields inside photos field, still need display html_attributions field user or if content within photos field utilized/displayed?
i have yet see other location specific attributions using web service google places. there else might missing?
thanks , help!
the html_attributions
inside photos
field applies photo, not rest of search / details response.
the documentation on photo references says (emphasis added me):
if returned
photo
element includes value inhtml_attributions
field, have include additional attribution in application wherever display image.
also, documentation place search responses , place details responses describes html_attributions
on root of response differently 1 embedded inside photos
.
so yes, if you're not using photo data, don't have display attributions data.
Comments
Post a Comment