hansemannn / titanium-googlemaps

🗺 Use the Google Maps SDK in Titanium
Other
87 stars 26 forks source link

Autocomplete Dialog enhance #123

Closed julien9999 closed 5 years ago

julien9999 commented 6 years ago

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

hansemannn commented 5 years ago

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!

hansemannn commented 5 years ago

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