Shrutimahajan / Google-AutoComplete-TextField-Flutter

MIT License
28 stars 98 forks source link

Add nearby search #50

Open darkness51 opened 2 months ago

darkness51 commented 2 months ago

There are situations when you need to present results that are focused on the geographic area a user is located. This add that capability without adding huge changes to the package.

The important changes are on the getLocation function. All the other changes are only necessary to fix lint warnings.