Merge pull request #4083 from tschaub/missing-description

Add API descriptions.
This commit is contained in:
Tim Schaub
2015-09-08 22:35:31 -06:00
10 changed files with 23 additions and 1 deletions
+3
View File
@@ -149,6 +149,9 @@ ol.Feature.prototype.getGeometry = function() {
/**
* Get the feature identifier. This is a stable identifier for the feature and
* is either set when reading data from a remote source or set explicitly by
* calling {@link ol.Feature#setId}.
* @return {number|string|undefined} Id.
* @api stable
* @observable