Hello sir,
I am working on google maps API V3. I want to achieve is to be able to
click on a polyline and an info window should appear. This info window
must contain different content. It works with static content with the
following code
google.maps.event.addListener(_poly, 'click', function(event) {
_infowindow.content = "test";
_infowindow.position = event.latLng;
_infowindow.open(map);
});
can you please help me out with this ?
Thank you,
Tauseef
--
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.