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 in html_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

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -