Click here to Skip to main content
15,889,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using geomap in my asp.net project.I have used regionclick handler for the click event that happens in the map.I am unable to get the region name clicked.I tried using e[region] but it gives only a two letter code.can anyone suggest a way for this?
Posted
Updated 30-Mar-15 21:28pm
v2
Comments
Afzaal Ahmad Zeeshan 31-Mar-15 3:48am    
You can use that two letter code to get the name for the region.
aparnagovind 31-Mar-15 5:14am    
i used the below code(but it displays only two letter):
google.visualization.events.addListener(
geomap, 'regionClick', function (e) { alert(e['region']);
}) can you share the code ?

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