We have a custom overlay that will be shown on top of the google map -
In fact within the map boundry. When a marker pin that is close to the
custom overlay is clicked, the info window that gets opened is partly
hidden behind the custom overlay [since the custom overlay is within
the map boundry].
I would like to hear any suggestion that would enable to me to pan the
info window to the left with a specific pixel offset.
P.S: I tried pixelOffset but it didn't work for me. Below is what I
tried
marker.openInfoWindowHtml(getMarkerHtml(), {pixelOffset:new GSize
(32,5), maxWidth:540});
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---