gpt4 book ai didi

javascript - jQuery GeoComplete : How can I access the map object?

转载 作者:行者123 更新时间:2023-12-02 18:57:13 27 4
gpt4 key购买 nike

我正在使用 GeoComplete jQuery 插件: https://github.com/ubilabs/geocomplete/blob/master/jquery.geocomplete.js

我按照这个例子初始化它,它工作得很好: http://ubilabs.github.com/geocomplete/examples/draggable.html

我希望能够访问创建的 Google map 实例以进行更多控制,例如,在标记拖动后显示 InfoWindow 等。

在 geocomplete 脚本中, map 的初始化如下:

...
this.map = new google.maps.Map(
$(this.options.map)[0],
this.options.mapOptions
);
...

我可以从脚本中访问 this.map 对象吗?

谢谢。

最佳答案

$("#selector").geocomplete('map')

....返回google.maps.Map-实例

关于javascript - jQuery GeoComplete : How can I access the map object?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15212970/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com