On May 15, 6:38 pm, Raju M <[email protected]> wrote: > How to customize KML layer Points infowindows? > I need to put some links in infowindow. how can i achieve that?
1. set suppressInfoWindows: false 2. add a click listener to the KmlLayer 3. in the click listener create an infowindow and put whatever you want in it. See: http://code.google.com/apis/maps/documentation/javascript/reference.html#KmlFeatureData and http://code.google.com/apis/maps/documentation/javascript/reference.html#KmlMouseEvent (or you could edit the kml...) -- Larry -- 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.
