Add @api annotation to ol.VectorTile.getExtent

This commit is contained in:
Bobo Häggström
2017-10-19 08:38:54 +02:00
parent a5a0f5b98b
commit cdea7040ee

View File

@@ -92,6 +92,7 @@ ol.VectorTile.prototype.disposeInternal = function() {
/**
* Gets the extent of the vector tile.
* @return {ol.Extent} The extent.
* @api
*/
ol.VectorTile.prototype.getExtent = function() {
return this.extent_ || ol.VectorTile.DEFAULT_EXTENT;