Geocoder
Geocoder copied to clipboard
The most featured Geocoder library written in PHP.
At the moment, some providers README file contain a usage example and some don't. Here is my suggestion: - Full example in [main README file](https://github.com/geocoder-php/Geocoder/blob/master/README.md) - Link to main README...
Maybe this is not an issue of geocode-php/nominatim-provider , it maybe an issue of Nominatim itself: https://github.com/osm-search/Nominatim/issues/2167 But Nominativ has closed the issue instead of solving the problem. Please check...
It would be great, if the guessing order could be configured instead of being hard coded. For example for this result in Germany: '53757, Sankt Augustin, Grantham Allee 20, Deutschland'...
For the Nominatim search API, the search term may be specified with two different sets of parameters: - Free-form query string `q`; or - Structured request parameters: `street`, `city`, `county`,...
I'm using the Mapbox Provider in my API to fetch coordinates for given entities. These entities can be either: - Countries - Cities - Districts - Addresses However, the current...
While testing IpInfoDb with IP 1.143.27.182 I got Uncaught TypeError: Argument 11 passed to Geocoder\Model\Address::__construct() must be of the type string or null, bool given IpInfoDB response: ``` 'statusCode' =>...
I saw that every cache shared the same cacheKey. Even if you don't use the same provider. That could be annoying if the results of my first provider give me...
Relates to #881 Would be interested in your thoughts @geodeveloper @Nyholm @jbelien This allows the chain to execute as it does currently, but adds the ability to handle the exceptions...
Hello, I'm not sure if anyone have encountered this. If I want to use the chain provider with Mapbox and Google Maps provider to do reverse geocode, I can't specify...