Best regards,
I'm trying to create myMarkerCls class that extends Marker class, why
do I get this error:
Tnx.
Code:
package com.maps
{
import com.google.maps.overlays.Marker;
public class myMarkerCls extends Marker
{
private var _marker:Marker;
public function myMarkerCls()
{
}
}
}
--
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.