On Sep 2, 12:04 pm, JFrancis <jfran...@mge.com> wrote:
> I believe you are looking for something like Mike Williams' "Clickable
> Sidebar" which loads the data from an XML 
> file:http://www.geocodezip.com/v3_MW_example_map3.html
>
> There are others here who have accomplished the same thing with KML files.
>
> JF

Currently the objects loaded by KmlLayer are not accessible
externally, only via the build in click events.

For kml there are two options I know of:
1. use a third party parser (geoxml3 is the only one I know of), that
renders the kml as "normal" maps markers, polylines and polygons and
allows you to access them externally.
2. import the kml into fusion tables, code GViz queries to simulate
the behavior of the fusion tables click events.
(there are probably other ways as well)

  -- Larry

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