geocoder-php / Geocoder

The most featured Geocoder library written in PHP.
https://geocoder-php.org
MIT License
3.94k stars 515 forks source link

feat: implement google maps places provider #980

Closed atymic closed 4 years ago

atymic commented 5 years ago

Let me know what else needs doing. I've got a couple of questions, which i'll comment on in the code 😄

Closes #711

jbelien commented 5 years ago

Thanks a lot for this new provider! 🎉

I've got a couple of questions, which i'll comment on in the code

Might be blind but can't find your question(s) ^^

atymic commented 5 years ago

Might be blind but can't find your question(s) ^^

Oops, looks like I never pressed send 😝 Have commented again.

atymic commented 4 years ago

Sorry to bug you @jbelien, did you get a chance to look at my questions? Thanks!

atymic commented 4 years ago

@jbelien Have added the missing fields, and fixed the other comments. Let me know if anything else is needed.

atymic commented 4 years ago

Have updated the tests to cover every field. I'll also add a method to lookup by ID once #979 is merged.