多个markers如何实现,我写的没效果呀,只能显示一个
markers: [{
iconPath: “…/…/img/bike.png”,
id: 0,
latitude: 32.02984542637893,
longitude: 120.87840606613159,
width: 24,
height: 34
},
{
iconPath: “…/…/img/bike.png”,
id: 1,
latitude: 32.02984542637123,
longitude: 120.87840606613122,
width: 24,
height: 34
}]
