On Mar 25, 8:39 am, FranceImage <[email protected]> wrote: > 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 ?
Can't tell from the information given. But I would guess you probably did something wrong. Perhaps you could give us a link so we could tell for sure? as requested here: READ THIS FIRST: Posting Guidelines http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e -- Larry > > 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.
