geocoder-php / Geocoder

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

Improve for opencage provider #908

Closed eugenekurasov closed 5 years ago

eugenekurasov commented 5 years ago

https://github.com/geocoder-php/Geocoder/issues/855 have offered use more data.

Added model OpencageAddress. I added only two extra fields: geohash and formatted address.

eugenekurasov commented 5 years ago

@jbelien review please.

jbelien commented 5 years ago

Thanks a lot @eugenekurasov ! 👍 I'll review this ASAP (but probably later this week) !

eugenekurasov commented 5 years ago

ping @jbelien

jbelien commented 5 years ago

Thanks a lot @eugenekurasov 👍

I added MGRS, Maidenhead and what3words in the model, so we can close #855 !