Hi!

A few days before, all the marker icons got suddenly displaced in this
map view (it's fixed now):

http://www.goonauta.com/places

I didn't change any code nor database data. The fragment of code for
creating the marker icon were:

var size = new google.maps.Size(35, 35);
icon = new google.maps.MarkerImage(this.markerIcon, size);

and it worked perfectly. But two days ago the customer warned me that
all icons were displaced, and only if you zoom in a lot all of them
got placed right.

I've find out a workaround by not providing the size parameter; now I
create the icon with:

icon = new google.maps.MarkerImage(this.markerIcon);

Were there a bug and this new behavior is the right one? Or is this
some kind of API bug?

-- 
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