I need to display tooltip for polygon. I tried to, but its not working out, 
its not showing any popup message. Please correct where I' am make mistake. 
TIA.



> var polygon_geo = new GPolygon(points, "RGB(255,0,0)", 0.3, 1, 
"RGB(255,0,0)", 0.3);
map.addOverlay(polygon_geo);
var marker = new GMarker(points);
GEvent.addListener(polygon_geo, "click", function() {
          marker.openInfoWindowHtml('<html><br>test</html>');
});

>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API v2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-maps-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to