Actually Lucas you're half wrong and half right. Flex will by default drop in a call to super() at the beginning of your constructor if one isn't present, the one it drops in however doesn't have any parameters and the default Marker constructor does have a required default parameter latlng is not optional. So you need to do a super(myLatLngInHere) within your sub-classes constructor.
-- You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-api-for-flash/-/vD-SJy3hYBcJ. 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.
