gpt4 book ai didi

events - 如何在谷歌地图 v3 中触发标记的 dragend 事件?

转载 作者:行者123 更新时间:2023-12-04 16:30:25 28 4
gpt4 key购买 nike

我想在另一个事件中触发标记的 dragend 事件,比如 map 上的单击事件。我怎样才能做到这一点?

google.maps.event.addListener(map,'click',function(pt){
posSelectMarker.setPosition(pt.latLng);
//这里我想触发dragend事件。
});

最佳答案

这是更完整的一点:

theListener = google.maps.event.addListener(posSelectMarker,'dragend',function(event){
console.log(event.latLng);
});

请注意,您可以使用事件参数获取对象

关于events - 如何在谷歌地图 v3 中触发标记的 dragend 事件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3123204/

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