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