Geocoder
Geocoder copied to clipboard
The most featured Geocoder library written in PHP.
The current model for the GoogleMapsPlaces provider has some missing fields. This PR allows usage of all fields provided by Google Maps Places returned when mode=search. Added fields: * business_status...
In case you use a bad API key, the error message returned from the API is not displayed.
Code for the state admin level was statically set to ''.
Even after doing a few workarounds to add the parameter "statecode=1" (added to the end of the api key, since withData() doesn't appear to be working), the adminLevels still do...
The last 2 PR are aiming to add autocomplete support. I like the idea but I think we need to figure out a consistent way to implement that across all...
When using the https://github.com/geocoder-php/mapbox-provider with Drupal's geocoder module, Mapbox is unable to geocode US zip codes. I've tried both +5 and +9 zip codes. Mapbox also seems to have issues...
- Add `buildPlaceAutocompleteQuery`, `parseMatchedSubstrings`, `parseStructuredFormatting` and `parseTerms` methods to `GoogleMapsPlaces.php`. - Add classes `GooglePlaceAutocomplete` and `StructuredFormatting`(result of autocompleted queries). - Edit `fetchURL` method for Google Place Autocomplete (response are different)....
- Change locationIQ endpoint to the new one - Add autocomplete endpoint - Manage json to AddressCollection as autocomplete endpoint doest not return XML format - Add countrycodes filter (filter...
Missing proximity query param: https://docs.mapbox.com/help/tutorials/local-search-geocoding-api/#the-proximity-parameter