谷歌地图标记弹跳闪烁效果,这只发生在 Windows 8 机器上。是否可以纠正它?我目前正在使用优化的谷歌地图 API 3: false;
代码片段:
`marker = new google.maps.Marker({ position: latlng,
map: map,
optimized: false // stops the marker from flashing
});`