Geocoder icon indicating copy to clipboard operation
Geocoder copied to clipboard

The most featured Geocoder library written in PHP.

Results 86 Geocoder issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

provider
needs more info

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 ===...

question

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...

provider

I think we should a a section/table to the documentation with all of the framework integrations. I'll PR soon :)

documentation

This was missing in #743 and is essential for mocking in tests.

on hold

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

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:...

improvement