You can by using encodedpolylines. You can generate a polygon from an array of encoded polylines, take a look at:
http://code.google.com/apis/maps/documentation/flash/reference.html#Polygon.fromEncoded The first encoded polyline is the outter ring and the following are the inner rings or holes. If you have your data as lat/lons then you will first need to encode the data into polylines to do so.. Javier. On Jan 10, 2010, at 2:50 AM, Marc wrote: > Is there a way to draw a polygon overlay with holes (also defined as > polygons) in it? > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API For Flash" 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-for-flash?hl=en. > >
-- You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" 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-for-flash?hl=en.
