google-maps-services-python icon indicating copy to clipboard operation
google-maps-services-python copied to clipboard

A typo in googlemaps/places.py breaks address_components retriaval from places API.

Open il-santo opened this issue 1 year ago • 2 comments

Currently, there is a typo in googlemaps/places.py preventing the retrieval of address_components from the API. PR #504 fixes this problem, please accept it.

il-santo avatar Sep 28 '23 14:09 il-santo

If you would like to upvote the priority of this issue, please comment below or react on the original post above with :+1: so we can see what is popular when we triage.

@il-santo Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

wangela avatar Sep 28 '23 14:09 wangela

Hello :), I checked the documentation : https://developers.google.com/maps/documentation/places/web-service/reference/rest/v1/places?hl=en It seems many other fields should be corrected : adr_address corresponds to nothing apparently. Best regards, Laurent Lyaudet

LLyaudet avatar Jan 04 '24 15:01 LLyaudet