Hi there, you can use different clients for downloading and parsing kml files - for example EGeoXml: http://econym.org.uk/gmap/egeoxml.htm or GeoXML: http://code.google.com/p/geoxml/ These APIs allow to get objects like GPolyline, Gpolygon - so then you can add events to them.
Regards, Michal B. On 28 Sty, 04:49, Dylan <[email protected]> wrote: > Hey, > > I'm not the most skilled in the Google Maps API (to say the least), > and am tasked with loading a 5km grid into a google map. The 5km grid > is loaded in as a zipped kml and has a slight transparency (although > we'd be preferable to have this at 100% transparency) so that we could > get the info box to pop up upon clicking of a grid square. > > What we want to do, is when the user selects one of those grid > squares, have the grid ID returned to us (or have the grid ID put into > a text box - anything in order for us to get what grid they clicked > on). I can't seem to find any method of returning which grid they > clicked on, and would love if anyone could give me a hand. > > The example here is this file: > > http://kunosol.com/maps/showkml.php?&grid=1 > > Cheers, > Dylan -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en.
