Hi chrissky-
In this sample:
http://gmaps-samples-flash.googlecode.com/svn/trunk/demos/CustomMapGigapan/srcview/index.html
I have:
var copyrightCollection:CopyrightCollection = new CopyrightCollection();
super(copyrightCollection, 1, 20);
// Add a custom copyright that will apply to the entire map layer.
copyrightCollection.addCopyright(
new Copyright("CustomCopyright",
new LatLngBounds(new LatLng(-180, 90),
new LatLng(180, -90)),
0,
"Gigapan.org"));
That seems in line with the reference.
- pamela
On Wed, Sep 17, 2008 at 10:28 AM, chrissky <[EMAIL PROTECTED]> wrote:
>
> Hey,
>
> Does anyone have a code sample they can share?
>
> The documentation says:
>
> Copyright(
> id:String,
> bounds:LatLngBounds,
> minZoom:Number,
> text:String,
> opt_maxZoom:Number,
> opt_isSupplemental:Boolean)
>
> But the samples doesn't match the para order:
>
> var cityCopyright:Copyright = new Copyright(
> 'my_tileset_1',
> new LatLngBounds(new LatLng(12, 20), new LatLng(13, 21)),
> 'Company B',
> 14,
> true);
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---