jQuery Geocomplete插件自动填充地标

时间:2013-12-22 20:32:02

标签: google-maps google-maps-api-3 jquery-plugins autocomplete geocomplete

在这里尝试“圣何塞会议中心” - http://ubilabs.github.io/geocomplete/examples/map.html

它无效。

在此处尝试相同的操作 - https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete

它会起作用。

任何人都知道如何使用jquery插件获得这样的东西?

1 个答案:

答案 0 :(得分:0)

将types-option设置为['geocode','establishment']

geocomplete-plugin的默认值为['geocode'],因此它只会返回类型为geocode的结果。

places-autocomplete-example默认情况下不使用types-parameter,因此不会按类型过滤结果。