gpt4 book ai didi

javascript - gmap3 获取集群位置

转载 作者:行者123 更新时间:2023-11-30 17:56:02 25 4
gpt4 key购买 nike

嘿,我正在使用 gmap3,我想点击一个集群并使用缩放将 map 的中心设置到该位置。

喜欢?

cluster:{
radius: 20,
events:{ // events trigged by clusters
click:function(cluster){
var map = $(this).gmap3("get");
map.panTo($(cluster).getPosition());
map.setZoom(18);
destin = $(cluster).getPosition();;
}

但它导致


TypeError: $(...).getPosition is not a function


有什么帮助吗?想不通尝试了很多,希望不是不可能,gmap3 论坛似乎也有点垃圾

提前感谢任何提示

最佳答案

使用:

cluster.main.getPosition()

代替

 $(cluster).getPosition()

关于javascript - gmap3 获取集群位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18047658/

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