Annotations for exports

This commit is contained in:
Tim Schaub
2014-04-08 13:40:35 -06:00
parent 457cfe851a
commit fb497f5288
243 changed files with 456 additions and 451 deletions
+2
View File
@@ -13,6 +13,7 @@ goog.require('ol.tilegrid.TileGrid');
* @param {olx.tilegrid.WMTSOptions} options WMTS options.
* @struct
* @todo stability experimental
* @todo api
*/
ol.tilegrid.WMTS = function(options) {
@@ -51,6 +52,7 @@ ol.tilegrid.WMTS.prototype.getMatrixId = function(z) {
/**
* @return {Array.<string>} MatrixIds.
* @todo stability experimental
* @todo api
*/
ol.tilegrid.WMTS.prototype.getMatrixIds = function() {
return this.matrixIds_;