slimkrazy / python-google-places

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

made formatted_address not require calling get_details() #104

Closed trevonromanuik closed 4 years ago

trevonromanuik commented 7 years ago

text_search() returns formatted_address with the object, so I made formatted_address work the same way as vicinity (which is returned from nearby_search() but not from text_search())