Missing ol.Feature#getId description

This commit is contained in:
Tim Schaub
2015-09-06 07:54:38 -06:00
parent 965a27b115
commit 0bfd22b235

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