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
|
* Constructor: OpenLayers.Layer.Google
|
||||||
*
|
*
|
||||||
* Parameters:
|
* Parameters:
|
||||||
* name - {String}
|
* name - {String} A name for the layer.
|
||||||
* options - {Object}
|
* options - {Object} An optional object whose properties will be set
|
||||||
|
* on the layer.
|
||||||
*/
|
*/
|
||||||
initialize: function(name, options) {
|
initialize: function(name, options) {
|
||||||
OpenLayers.Layer.EventPane.prototype.initialize.apply(this, arguments);
|
OpenLayers.Layer.EventPane.prototype.initialize.apply(this, arguments);
|
||||||
|
|||||||
Reference in New Issue
Block a user