qpowell / google_places

A Ruby wrapper around the Google Places API
MIT License
382 stars 188 forks source link

Add spots_by_place_ids option #136

Open ykamin-booth opened 3 years ago

ykamin-booth commented 3 years ago

I assume that I have a pretty common use case where I'm storing place_ids and want to pull in place details for 20 places at once with a single API query (the max allowed by the API) rather than doing a separate API call for each place. I don't see a way to do that currently with the gem (which is otherwise great, by the way). Am I missing something? Or can that functionality be added?

ykamin-booth commented 2 years ago

Hi just reaching back out on this...

agusbrand commented 2 years ago

This would be a great feature. I'm interested!