开发者

IE6: Doesn't load Google Maps API v3

I'm using the new Google Maps API v3.

It works great with Firefox/Chromo/Safari but the map doesn't load in IE6.

Any ideas why the page loa开发者_如何学编程ds my map in all browsers except IE6?


Just replace this code

var marker = new google.maps.Marker({
    position: point,
    map:      map,
    icon:     image,
});

to this

var marker = new google.maps.Marker({
    position: point,
    map:      map,
    icon:     image
});

(line 509)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜