I am using google places api to implement autocomplete suggestion in iOS application. As it is a paid request so the api calls should be optimized. Is there any standard algorithm or a way to achieve it? I know api calls can not be 100% perfect but I would like to optimize it to the best.
I have referred this and this, but it is not what I am looking for.