Click here to Skip to main content
15,903,201 members

Comments by aparnagovind (Top 2 by date)

aparnagovind 31-Mar-15 5:14am View    
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 ?
aparnagovind 31-Mar-15 5:12am View    
Deleted
How do i get the full name of the country?I should send it again to the db to display some related data to the region.can you share the code?