You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-map...@googlegroups.com
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?
Thanks,
Tyler
geoco...@gmail.com
unread,
Feb 6, 2012, 12:34:27 AM2/6/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Maps JavaScript API v3
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.