Add @api annotation for TileGrid#getExtent

This commit is contained in:
Lutz Helm
2019-05-03 16:55:01 +02:00
committed by Lutz Helm
parent ba2c558b72
commit 4629fe5028
+1
View File
@@ -237,6 +237,7 @@ class TileGrid {
/** /**
* Get the extent for this tile grid, if it was configured. * Get the extent for this tile grid, if it was configured.
* @return {import("../extent.js").Extent} Extent. * @return {import("../extent.js").Extent} Extent.
* @api
*/ */
getExtent() { getExtent() {
return this.extent_; return this.extent_;