geocoder-php / Geocoder

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

[Nominatim] Add support for "quarter" (OpenStreetMap) #1099

Closed jkobus closed 3 years ago

jkobus commented 3 years ago

Nominatim api results contain some optional fields, which are currently inaccessible. One of such fields is a "quarter" (a lower division of subLocality).

It is mentioned here: https://nominatim.org/release-docs/develop/api/Output/#addressdetails

I added support for it, so now its possible to pull that information from the response, if its available.

jkobus commented 3 years ago

Thanks for your work @jbelien