gpt4 book ai didi

javascript - javascript bing map 中的可拖动和可点击图钉

转载 作者:行者123 更新时间:2023-12-02 19:51:17 24 4
gpt4 key购买 nike

有人知道使用 javascript 通过 bing api 放置可拖动图钉的方法吗?甚至可以通过 api (javascript) 来实现该功能吗?

最佳答案

答案就在那里! http://www.bingmapsportal.com/ISDK/AjaxV7#Pushpins13

var pushpinOptions = {icon: 'poi_custom.png', draggable:true}; 
var pushpin= new Microsoft.Maps.Pushpin(map.getCenter(), pushpinOptions);
pushpindragend= Microsoft.Maps.Events.addHandler(pushpin, 'dragend', enddragDetails);
map.entities.push(pushpin);

关于javascript - javascript bing map 中的可拖动和可点击图钉,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9275894/

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