在Google地图搜索输入中建议列表 [英] Suggest list in google maps search input

查看:155
本文介绍了在Google地图搜索输入中建议列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们需要像创建搜索输入字段一样来创建搜索输入字段_http://maps.google.com
关键功能是带有适当结果的建议列表。我们
在API中未找到此功能。



通过分析maps.google.com,我们看到建议列表已收到
从获取请求到此网址
https://maps-api-ssl.google .com / maps / suggest?q =%D0%BC%D0%BE%D1%81& cp = ...
有很多参数,包括来自搜索字段的数据。这得到
请求返回我们的建议列表。

有没有可能在我们的需求中使用这个网址与我们的数据。或者
,我们如何以其他方式做到这一点。

类似于我们的需求:_http://cdn.michaelhart.me/mh/instant/maps/

解决方案

请查看:
http://tech.cibul.net/geocode-with-google-maps-api-v3/


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 other way.

Similar to our needs: _http://cdn.michaelhart.me/mh/instant/maps/

解决方案

check this out: http://tech.cibul.net/geocode-with-google-maps-api-v3/

这篇关于在Google地图搜索输入中建议列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆