I just discovered a minor bug in the v3 API docs..

http://code.google.com/apis/maps/documentation/v3/overlays.html#Markers

IE6 and 7 don't like the way myOptions Object is created...

 var myOptions = {
    zoom: 4,
    center: myLatlng,
    mapTypeId: google.maps.MapTypeId.ROADMAP,
  }

basically the , comma after ROADMAP needs to be removed.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to