timmaffett / google_maps_places_autocomplete_widgets

Address Autocomplete versions of the Flutter TextField and TextFormField widgets implemented using the Google Maps Places Autocomplete API.
Apache License 2.0
3 stars 8 forks source link

The suggestions does not work to get cities but exact address so the results are not complete #1

Open jmvalencia opened 1 month ago

jmvalencia commented 1 month ago

This is such a great plugin, just something I found for countries such as Colombia it does not show the full results if you try to type a city, it just tries to show exact addresses which is not expected all the time, would be nice to add an option to change the type of information you want the places api to return e.g. (cities) (regions) geocode, etc, not only postal_code or address.

timmaffett commented 3 weeks ago

Hi Jorge, If you would like to submit a PR adding this feature I would be happy to review and approve it. If you need help at where to start I would be happy to point you in the right direction!

-tim