slimkrazy / python-google-places

Simple wrapper around the new 'experimental' Google Places API
MIT License
461 stars 167 forks source link

missing 'region' parameter for text_search #113

Open srj55 opened 6 years ago

srj55 commented 6 years ago

The API specifies a region parameter to limit search based on a countries ccTLD. Need to reflect this in the text_search function.

slimkrazy commented 6 years ago

I'll check this out over the weekend.