Update ol.Feature jsdoc
This commit is contained in:
@@ -8,7 +8,7 @@ goog.require('ol.geom.Geometry');
|
|||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.Object}
|
* @extends {ol.Object}
|
||||||
* @param {Object=} opt_values Attributes.
|
* @param {Object.<string, *>=} opt_values Attributes.
|
||||||
*/
|
*/
|
||||||
ol.Feature = function(opt_values) {
|
ol.Feature = function(opt_values) {
|
||||||
|
|
||||||
@@ -31,7 +31,7 @@ goog.inherits(ol.Feature, ol.Object);
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return {Object} Attributes object.
|
* @return {Object.<string, *>} Attributes object.
|
||||||
*/
|
*/
|
||||||
ol.Feature.prototype.getAttributes = function() {
|
ol.Feature.prototype.getAttributes = function() {
|
||||||
var keys = this.getKeys(),
|
var keys = this.getKeys(),
|
||||||
|
|||||||
Reference in New Issue
Block a user