Is there any way to get more than 10 photos back in the photos array? I'm using the JavaScript API v3. Perhaps a separate service to get more photos?
https://developers.google.com/maps/documentation/javascript/places#place_details_responses
Is there any way to get more than 10 photos back in the photos array? I'm using the JavaScript API v3. Perhaps a separate service to get more photos?
https://developers.google.com/maps/documentation/javascript/places#place_details_responses
No. As per the documentation, the API returns a maximum of 10 photos. Link
Take a look at this: photos[] — an array of photo objects, each containing a reference to an image. A Place Search will return at most one photo object. Performing a Place Details request on the place may return up to ten photos link https://developers.google.com/places/webservice/search