Geocoder
Geocoder copied to clipboard
The most featured Geocoder library written in PHP.
In some cases provider don't return any adminLevels (empty list), but they should be there. As example, if we try to reverse point **(47.571109, 19.108676)** we get address **"Budapest, Pajtás...
Asking on behalf of @tanthammar, who posted this issue here: https://github.com/geocoder-php/GeocoderLaravel/issues/163 ---------- ### General Information GeocoderLaravel Version: ^4.2 Laravel Version: 6 PHP Version: 7.3.8 Operating System and Version: OSX 10.14.6...
Im not sure if this is a good idea or not... We will not notice this on PullRequests anyways..
GeoIp2 return empty collection and save it in cache after that next providers(custom) load from cache empty collection instead of using his code ``` $result = json_decode($this->executeQuery($address)); if (null ===...
The following was submitted in the GeocoderLaravel repo by @xSoulRootx (https://github.com/geocoder-php/GeocoderLaravel/issues/144), but probably belongs here: ============ ### General Information GeocoderLaravel Version: ^4.0 Laravel Version: 5.7.* PHP Version: 7.2 Operating System...
I think we should a a section/table to the documentation with all of the framework integrations. I'll PR soon :)
Apple has recently released it's own js geocoding solution, mapkit.js with generous call limits. It would be great if this could be added as a provider
example adoption: From BeforeAdoption. a.) class: `Geocoder\ProviderAggregator` b.) method def: `registerProviders(array $providers = []);` c.) sample method call: `$geocoder->registerProviders([new \Geocoder\Provider\GoogleMaps\GoogleMaps($adapter), new \Geocoder\Provider\Yandex\Yandex($adapter),]);` To AfterAdoption. a.) class: `Geocoder\ProviderAggregator` b.) method def:...