geocoder-php / Geocoder

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

[GoogleMapsPlaces] Add missing fields in model #1139

Closed comxd closed 1 year ago

comxd commented 2 years ago

The current model for the GoogleMapsPlaces provider has some missing fields. This PR allows usage of all fields provided by Google Maps Places returned when mode=search.

Added fields:

jbelien commented 2 years ago

Nice, thanks @comxd !

Could you add some tests with those new fields ?