On Feb 6, 11:35 am, Anders E <[email protected]>
wrote:
> I have a map that shows a Fusion Tables layer based on kml polygons
> that are in the Fusion table.
>
> What I want to do is trigger a click event on that layer with a
> certain LatLong in order to get the Fusion tables row back and display
> that info using my own function openInfoWindow() (with default
> infowindows suppressed)

I don't think you can do that.  But you can write your own click
handler that queries the Fusion Table for results (at least I would
think you could, haven't tried it myself), and display it however you
like.

>
> Short version of code:

No thanks.
READ THIS FIRST: Posting Guidelines
http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e

> The problem is that the e object returned by the click event is not a
> "fusion tables row" object, but an object consisting only of the
> latlng that was "clicked"

Shouldn't be.  Should be a FusionTablesMouseEvent
http://code.google.com/apis/maps/documentation/javascript/reference.html#FusionTablesMouseEvent

  -- Larry

>
> Is there a way to trigger the "real click on a FT layer" so that the
> FT feature object will be returned (with row/columns)?
>
> Anders

-- 
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.

Reply via email to