[Google Maps API v3] Re: Trigger click event on a Fusion table layer

2017-10-08 Thread jackotonye
On Sunday, February 6, 2011 at 2:35:50 PM UTC-5, Anders E 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 b

Re: [Google Maps API v3] Re: Trigger click event on a Fusion table layer

2011-08-29 Thread Chris Broadfoot
Hi Randy, The JSONP interface you referenced is not documented, therefore not supported, so I would heavily discourage you from using it. Chris -- http://twitter.com/broady On Fri, Aug 26, 2011 at 9:37 PM, Randy Majors wrote: > Hi Chris, > Thanks for the reply. > > However, I think this IS

Re: [Google Maps API v3] Re: Trigger click event on a Fusion table layer

2011-08-26 Thread Randy Majors
Hi Chris, Thanks for the reply. However, I think this IS possible with javascript using the JSONP interface, according to the following couple of examples I've found in this group: http://thedecorgroup.com/CDI-USA/states/newjersey.html http://www.reddmetrics.com/2011/08/10/fusion-tables-javas

Re: [Google Maps API v3] Re: Trigger click event on a Fusion table layer

2011-08-25 Thread Chris Broadfoot
Hi Randy, The only way I can think that this would be possible would be to send off a spatial query to the Fusion Tables API (using your own server, of course) and return the results back to your JavaScript application. You can read more about the FT API here: http://code.google.com/apis/fusionta

[Google Maps API v3] Re: Trigger click event on a Fusion table layer

2011-08-24 Thread Randy Majors
Hi, Did you ever figure out how to do this? I'm trying to do the exact same thing. Thanks for any help All the best, Randy -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://gr

[Google Maps API v3] Re: Trigger click event on a Fusion table layer

2011-02-06 Thread geocode...@gmail.com
On Feb 6, 11:35 am, Anders E 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 m