Merge pull request #7371 from notnotse/vt-missing-api-annotation
Add @api annotation to ol.VectorTile.getExtent
This commit is contained in:
@@ -92,6 +92,7 @@ ol.VectorTile.prototype.disposeInternal = function() {
|
|||||||
/**
|
/**
|
||||||
* Gets the extent of the vector tile.
|
* Gets the extent of the vector tile.
|
||||||
* @return {ol.Extent} The extent.
|
* @return {ol.Extent} The extent.
|
||||||
|
* @api
|
||||||
*/
|
*/
|
||||||
ol.VectorTile.prototype.getExtent = function() {
|
ol.VectorTile.prototype.getExtent = function() {
|
||||||
return this.extent_ || ol.VectorTile.DEFAULT_EXTENT;
|
return this.extent_ || ol.VectorTile.DEFAULT_EXTENT;
|
||||||
|
|||||||
Reference in New Issue
Block a user