hansemannn / titanium-googlemaps

🗺 Use the Google Maps with the Titanium SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autocomplete Dialog enhance

julien9999 opened this issue · comments

Thanks Hans for this great module.
Is it possible to get the nearest POI from the Dialog by giving it lat-lon ?
and maybe filter by types ?
Thanks

Please use the Autocomplete REST API for that. We use it as well and it's working great! If you still need it, you can implement the autocompleteBounds property to the TiGooglemapsAutocompleteDialogProxy class!

The AutocompleteDialog API was deprecated by Google, so this bridge will not support new features for that specific API anymore.