--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/DyVXmzdBIO4J.
To post to this group, send email to google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/Yw1kx4qgtaEJ.
To post to this group, send email to google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
This syntax looks suspect
google.maps.MapsEventListener.addListener(map,...
To quote the docs
http://code.google.com/apis/maps/documentation/javascript/reference.html#MapsEventListener
"it has no methods"
The more conventional way given in
http://code.google.com/apis/maps/documentation/javascript/events.html#EventListeners
would be
google.maps.event.addListener(map,..
> The new (V3) failing code is located at:http://whitewatergmap.gohazel.com/
You've got <style> tags in the <body>, that's invalid
You've got content after the (first) </html> tag, that's invalid and
might contribute to inline javascript timing problems.
You've got a second </html> tag, that's invalid
--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/6C3t6xp-NaIJ.