gpt4 book ai didi

javascript - Google map 更改标记数据而不删除/创建 (MarkerWithLabel)

转载 作者:行者123 更新时间:2023-11-28 07:18:12 25 4
gpt4 key购买 nike

我想动态更改“labelContent”和“labelClass”,而不删除标记并创建新标记。

我知道您可以使用 markersArray[i].setIcon("new-icon.png"); 来更改图标。是否有与上述内容等效的内容?

我的标记:

    marker = new MarkerWithLabel({
position: loc,
map: map,
visible: true,
labelContent: "999",
labelAnchor: new google.maps.Point(30, 33),
labelClass: "test-label",
labelStyle: {opacity: 1.0},
icon: "image1.png"

});

最佳答案

不应该

markersArray[i]['labelContent'] = 'new content';
markersArray[i]['icon'] = 'new-icon.png';

工作?

关于javascript - Google map 更改标记数据而不删除/创建 (MarkerWithLabel),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30608355/

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