标签: google-maps google-maps-api-3
谷歌地图标记弹跳闪烁效果,这只发生在Windows 8机器上。有可能纠正它吗?我目前正在使用谷歌地图API 3与优化:错误;
代码段:
`marker = new google.maps.Marker({ 职位:latlng,
map: map, optimized: false // stops the marker from flashing });`