Hi Fabien-
I see, I've replicated the issue. I've been able to instantiate a
CopyrightCollection fine from within a TileLayer. It may be that there's an
issue with calling it before the map is initialized. Here's what I'd
suggest:
1) Report the bug in the issue tracker.
2) Try to not instantiate the copyright collection until after the map ready
event.

- pamela

On Tue, Oct 21, 2008 at 4:50 AM, Fabien Arcellier <[EMAIL PROTECTED]
> wrote:

>
> When I try to instanciate CopyrightCollection with the last version of
> Google Maps API for Flash, I get the error TypeError: Error #1009.
>
> Look the code :
>
> import com.google.maps.*;
> import com.google.maps.CopyrightCollection;
> import com.google.maps.interfaces.*;
> import com.google.maps.controls.*;
>
> var map:Map = new Map();
>
> var copyrightCollectionP:CopyrightCollection = new
> CopyrightCollection();
>
> var CopyrightP:Copyright = new Copyright("tileset_0",new
> LatLngBounds(new LatLng(-90,-180),new LatLng(90,180)),10,"test");
>
> I would like to know if you have solution ?
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to