How Do I Make This Script Fire When I Click A Fusion Tables Layer?
I have a Fusion Table layer on my map. I want to make it so that when I click on the Fusion Table layer, this script fires. My code so far: gmap = new google.maps.Map(document.getE
Solution 1:
You must either set the clickable
-option of the FusionTablesLayer to false
or also observe the click
-event of the FusionTablesLayer
Post a Comment for "How Do I Make This Script Fire When I Click A Fusion Tables Layer?"