geocoder-php / Geocoder

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

fix: add postal_code_suffix to google maps provider #1008

Closed atymic closed 4 years ago

atymic commented 4 years ago

The google maps provider is missing the postal_code_suffix field as per issue #1006.

This adds the field + test, and fixes some styling issues.

Closes #1006