On Mar 3, 12:57 pm, "[email protected]"
<[email protected]> wrote:
> Hi there, usually when a info window opens then the map is panned so
> that the info window appears in whole in the map div.
> In a case of mine this does not always happen. To be more precise, the
> panning happens but parts of the info window, in some cases, stay
> hidden, out of the map boundaries.
>
> This happens for a marker with this icon.
> roundIcon = new GIcon(G_DEFAULT_ICON);
> roundIcon.image = "images/radius.png";
> roundIcon.shadow = "";
> roundIcon.iconSize=new GSize(166,166);
> roundIcon.iconAnchor=new GPoint(83,83);
> roundIcon.infoWindowAnchor=new GPoint(93,73);
>
> Anyone knows how can i fix this?
> thanks

This normally happens when the infoWindow doesn't fit in the map
together with the marker, although there are issues with the map
panning and not avoiding controls at the moment, which may be related.

If panning the infoWindow will push the marker out of the map, it may
stop short and leave the infoWindow out instead.

Of course, if you followed the posting guidelines and gave a link to
your map with instructions about how to reproduce the problem, we'd be
able to see it happening and advise accordingly, rather than guess.

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