The barest of docs for the Google constructor.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6442 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2008-03-06 04:58:46 +00:00
parent 23a1ce7729
commit e4b7c6de53

View File

@@ -80,8 +80,9 @@ OpenLayers.Layer.Google = OpenLayers.Class(
* Constructor: OpenLayers.Layer.Google
*
* Parameters:
* name - {String}
* options - {Object}
* name - {String} A name for the layer.
* options - {Object} An optional object whose properties will be set
* on the layer.
*/
initialize: function(name, options) {
OpenLayers.Layer.EventPane.prototype.initialize.apply(this, arguments);