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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user