On Feb 6, 9:26 am, Landon Garry <[email protected]> wrote:
> Is there a way to trigger an overlay when an object in a fusiontable layer
> is clicked? I would like the object drawn to be a function of one of the
> Fusiontable's parameters (transmitter power, or ERP).  I'm not sure how to
> extract the information from the clicked element from the overlay, or
> whether or not it's possible. My script is attached, plotting FM and DTV
> transmitters around Columbus.

The click event returned by a FusionTableLayer includes the data of
the row that created that point (in its "row" property).  If the data
you are looking for is there you can extract it from the click event.

http://code.google.com/apis/maps/documentation/javascript/reference.html#FusionTablesMouseEvent

  -- Larry

>
> Cheers,
> Landon
>
>  col_bcst_loc.html
> 3KViewDownload

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