gpt4 book ai didi

javascript - 当页面打开时,如何将jVectorMap中的 'markerStyle'设置为 'selected'?

转载 作者:行者123 更新时间:2023-12-03 10:03:54 25 4
gpt4 key购买 nike

This is an example fiddle.

我试图在页面加载后立即在 map 上选择一个标记。

有没有办法将markerStyle中定义的selected状态添加到标记中:

var markerArray = [
{name:'Houston', latLng:[29.761993,-95.369568]},
{name:'New York', latLng:[40.710833,-74.002533]},
{name:'Kansas City', latLng:[39.115145,-94.633484]}
];

最佳答案

您可以为此使用 selectedMarkers 选项。例如,以下代码片段将使第一个和第二个标记在加载时被选择:

selectedMarkers: [0,1]

关于javascript - 当页面打开时,如何将jVectorMap中的 'markerStyle'设置为 'selected'?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30454733/

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