On Mar 17, 3:58 pm, magi <[email protected]> wrote: > > 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});
pixelOffset doesn't appear to be a valid option. http://code.google.com/apis/maps/documentation/reference.html#GInfoWindowOptions Why not make your "custom overlay" into a GControl? InfoWindows are supposed to avoid controls automatically (although there have been a few problems with that recently) 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 -~----------~----~----~----~------~----~------~--~---
