*GCopyright [class]
http://www.google.com/apis/maps/documentation/
**Version 2 (2006.4) &font(Red){新規};
>A copyright object contains information about which copyright message applies to a region of the map given by a rectangle, at a given zoom level. You need this object only if you implement custom map types or tile layers.
***Constructor
|TLEFT:97%||c
|Constructor|Description|h
|GCopyright(id, bounds, minZoom, text)|Creates a copyright information object with the given properties.|
***Properties
|TLEFT:97%||c
|Properties|Type|Description|h
|id|Number|A unique identifier for this copyright information.|
|minZoom|Number|The lowest zoom level at which this information applies.|
|bounds|GLatLngBounds|The region to which this information applies.|
|text|String|The text of the copyright message.|