On Sep 7, 5:51 am, shwetha <[email protected]> wrote: > Hi, > I have overlayed an image(Shape exatracted from Shape files) on > Googlemap as GGroundoverlay. I want different infowindows on click of > the different portion of the image. Is it possible to get the dynamic > content into the infowindows? Any help in this is greatly appreciated.
I'd suggest defining GPolygons for each area (no border, zero opacity). If you devise a createPoly() function similar to Mike's universal createMarker() function you should be able to get infoWindows to behave the same way. This will only work if polygons appear above GGroundOverlays. They wouldn't be very useful if they were hidden by an overlaid image though. 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 -~----------~----~----~----~------~----~------~--~---
