geocoder-php / Geocoder

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

Google Maps Places has incorrect URL base #1064

Closed wivaku closed 4 years ago

wivaku commented 4 years ago

@atymic , the URL base currently used is:
https://maps.googleapis.com/maps/api/place/textsearch/ This throws an error.

The documentation states this should be:
https://maps.googleapis.com/maps/api/place/nearbysearch/

wivaku commented 4 years ago

added as details to #1063