http://www.google.com/apis/maps/documentation/
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 | Description |
---|---|
GCopyright(id, bounds, minZoom, text) | Creates a copyright information object with the given properties. |
Properties | Type | Description |
---|---|---|
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. |