On Feb 10, 9:13 am, Michael Harris <[email protected]>
wrote:
>
> 1) Are KML overlays supported in the V3 API?
> 1a) If they're not supported, s there an easy way to convert the KML
> content over to something I can use in the page?

Yes and no.
Polygons, polylines, and other content that may be in a KML file is
supported, but there is no mechanism to load KML files directly.
You'd just need to parse the KML yourself and load the individual
elements.

You can search for EGeoXML or GeoXML, which are for V2, to get an idea
of how to parse XML files, and then adapt that to V3.

--
Marcelo - http://maps.forum.nu
--



>
> 2) If this is supported, can you point me in the right direction of
> documentation and samples on how to achieve this?
>
> Thanks in advance for any help and assistance.

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