Prosg Active Member Licensed User Longtime User Dec 12, 2015 #1 Hi, https://developers.google.com/maps/documentation/javascript/places-autocomplete I need the Example: Autocomplete for address forms How can i do ?
Hi, https://developers.google.com/maps/documentation/javascript/places-autocomplete I need the Example: Autocomplete for address forms How can i do ?
eurojam Well-Known Member Licensed User Longtime User Dec 12, 2015 #2 this a javascript API, better to use the google place android API: https://developers.google.com/places/android-api/autocomplete A tutorial with B4A examples could be found here: https://www.b4x.com/android/forum/threads/google-place.52961/ Upvote 0
this a javascript API, better to use the google place android API: https://developers.google.com/places/android-api/autocomplete A tutorial with B4A examples could be found here: https://www.b4x.com/android/forum/threads/google-place.52961/
Prosg Active Member Licensed User Longtime User Dec 12, 2015 #3 i test it but it have a bug maybe with webviewExtra Last edited: Dec 12, 2015 Upvote 0
eurojam Well-Known Member Licensed User Longtime User Dec 12, 2015 #4 you have to replace the http Library with the okhttp library: https://www.b4x.com/android/forum/threads/54723/#content Upvote 0
you have to replace the http Library with the okhttp library: https://www.b4x.com/android/forum/threads/54723/#content
Prosg Active Member Licensed User Longtime User Dec 12, 2015 #5 ty it's working when i change okhttp^^ not autocomplete Do you think it's possible to have in a webpage the javascript api autocomplete... and with a Webview display it... but after how to know the value of this adress ? Last edited: Dec 12, 2015 Upvote 0
ty it's working when i change okhttp^^ not autocomplete Do you think it's possible to have in a webpage the javascript api autocomplete... and with a Webview display it... but after how to know the value of this adress ?
Croïd Active Member Licensed User Longtime User Dec 13, 2015 #6 The best way is : https://www.b4x.com/android/forum/t...ul-alternative-to-autocompleteedittext.19379/ Without API for works ;-) Upvote 0
The best way is : https://www.b4x.com/android/forum/t...ul-alternative-to-autocompleteedittext.19379/ Without API for works ;-)