Suggest list in google maps search input
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: We need to create search input field like it is on _ http://maps.google.com The key functionality is suggest list with appropriate results. We have not found this feature in API. Analyzing maps.google.com we see that suggest list is received from get request to this url https://maps-api-ssl.google.com/maps/suggest?q=%D0%BC%D0%BE%D1%81&cp= ... There are many parameters, including data from search field. This get request returns our suggest list. Is there a possibility to use this url in our needs with our data. Or how can we make it in some