Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi to all,

Please help me to show tooltip on mousehover on polygons at google map,i have show multiple polygon from the database, but I helpless for show name and area of polygons in tooltip dynamically from database on mousehover, thanks in advance
JavaScript
GEvent.addListener(poly, 'mouseover', function () {
                  alert("Polygon name :"+poly.tagname)
               });
Posted
Updated 8-Jun-12 3:43am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900