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

Reply via email to