Hey,
I have implemented address autocomplete using the google maps api (Place Autocomplete | Places API | Google Developers)
you can watch the video here .
after collecting the address, I am trying to display the suggestions in a list control. the whole process is taking a few seconds more than expected. Is there any way to make it execute faster?
- I have tried using a table grid control ( takes the same amount of time)
- I have tried without hide and show of the controls.
- I have also tried initiating the api call upon value changes in the testbox event. takes same amount of time.
Would love to hear some suggestions.
regards
Yash