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

View File

@@ -237,6 +237,7 @@ class TileGrid {
/**
* Get the extent for this tile grid, if it was configured.
* @return {import("../extent.js").Extent} Extent.
* @api
*/
getExtent() {
return this.extent_;