Google 自动补全地点仅适用于挪威?
自动补全 Google 地图 V3 地点无法 很难在 Google 上仅检索具有自动补全位置功能的挪威地点 (http://code.google. com/intl/no-NO/apis/maps/documentation/javascript/examples/places-autocomplete.html)我正在使用完全相同的代码。
我尝试更改bindTo,但这似乎并没有让我有任何进展。是否无法将其限制为仅显示挪威地点?最好只在挪威的罗加兰郡。我可以通过普通搜索来完成此操作,只需将挪威罗加兰添加到搜索词的末尾,但是在您键入时处理 XML 以进行过滤将需要很长时间。
Possible Duplicate:
Autocomplete Google Map V3 Places impossible to customize?
Iam having a hard time to retrieve only Norwegian places with Autocomplete Locations on Google (http://code.google.com/intl/no-NO/apis/maps/documentation/javascript/examples/places-autocomplete.html) Iam using this exact same code.
I've tried to change the bindTo, but that doesn't seem to get me anywhere. Is it not possible to LIMIT this to only show Norwegian locations? Preferably only within Rogaland in Norway. I could do this with a normal search, with simply adding Rogaland, Norway to the end of the search term, but processing XML to filter as you type would take ages..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常,您必须将以下行 : 更改
为 :
其中 V、W、X 和 Y 是挪威的纬度和经度值。
Normally, you must change the following line :
into :
Where V,W,X and Y are the latitude and longitude Norway values.