Add @api annotation for TileGrid#getExtent
This commit is contained in:
@@ -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_;
|
||||||
|
|||||||
Reference in New Issue
Block a user