I am using the new Google Maps API v3 .
It works fine with Firefox / Chromo / Safari, but the map does not load in IE6.
Any ideas why the page loads my map in all browsers except IE6?
Just replace this code
var marker = new google.maps.Marker({ position: point, map: map, icon: image, });
to that
var marker = new google.maps.Marker({ position: point, map: map, icon: image });
(line 509)
Source: https://habr.com/ru/post/1719736/More articles:filter_var vs preg_match - phpstatic method with polymorphism in C ++ - c ++Delphi: How to have an non-contiguous enumeration type of subbands? - enumsWhat is "dwarf2_read_address: corrupted DWARF expression". I mean? - iphoneBidirectional WPF: animate in stages? - animationКак сделать функцию "timeoutable" в Java? - javaURL Detection UILabel iPhone - objective-cUsage: after you clear the div. Does this work correctly? - cssDownloading multiple PDF files using wget fail (error 403) - curlCode refactoring File.ReadAllBytes - c #All Articles