Hello,
I use following pattern to display locations on a map and handle the
event when a given location is clicked:
layer = new google.maps.FusionTablesLayer(562449);
layer.setMap(map);
google.maps.event.addListener(layer, 'click', function(evt) {
// builds info window
evt.infoWindowHtml = ...
});
This works fine if I use a fusion table created from a CSV file.
However, when I create a fusion table from a KML file, the parameter
of the event (evt) is null
Any suggestions ? is it a bug or do I do something wrong ?
Thanks
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.