On Jan 11, 2:07 pm, Nick <mercy.recomme...@gmail.com> wrote:
> Ok —
>
> http://code.google.com/apis/maps/documentation/javascript/examples/la...
>
> ...is Google's example of fetching contents on the <description> KML
> tag and popping it into a side <div>.
>
> I know it is possible to load a Fusion Table Layer instead of a KML
> layer.
>
> Is it also possible for a 'click' on a Fusion Table Layer to feed info
> window html into a side <div>, similar to the above? (with info
> window's suppressed, obviously).

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

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

Looks to me like they both support click events that return
information about the clicked object.  The rest is DHTML and
javascript, which you should be able to develop based off the example.

What problem are you having doing that?

  -- Larry

>
> All the best,
>
> Nick

-- 
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 google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to