Geocoder
Geocoder copied to clipboard
Added support of Google Place Autocomplete:
- Add
buildPlaceAutocompleteQuery,parseMatchedSubstrings,parseStructuredFormattingandparseTermsmethods toGoogleMapsPlaces.php. - Add classes
GooglePlaceAutocompleteandStructuredFormatting(result of autocompleted queries). - Edit
fetchURLmethod for Google Place Autocomplete (response are different). - Edit
README.mdfor document the new GeocodeQuery mode. - Add
testGeocodePlaceAutocompleteModemethod toGooglePlaceTest.php. Test pass with success (and tested in a Symfony application successfully).
Hi,
I needed to use Google Place Autocomplete and noticed it wasn't supported, so I set out to add it.
Thank's
Thanks a lot for your contribution @gdw96 !
First things first, could you make your PR pass the StyleCI test ?
I'll review it ASAP.
Hi @jbelien,
Of course, I didn't have time yesterday, I'm correcting it today.
@jbelien Done