The error has some connection to drawing of markers on the map.

I position markers by:

var marker = new google.maps.Marker({
                        position: latlng,
                        map: map,
                        clickable: true
                    });
latlng and map, they are valid variables. All my code runs to the end
without any error, so I suspect there is some error when drawing the
map on the page.
If I remove the code for drawing markers, the page loads without error.

--

You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-api?hl=en.


Reply via email to