On Feb 5, 9:10 pm, Tyler Waring <[email protected]> wrote: > I'm trying to access feature geometry information - specifically the > coordinates of a polygon's vertices. Is there a way to access this type of > kml information from the javascript side?
Not using KmlLayer, but if you use a third party parser like geoxml3 or geoxml_v3, you can access the native v3 polygons they create, and those have methods to access the vertices. Larry > > Thanks, > > Tyler -- 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.
