diff --git a/src/ol/vectortile.js b/src/ol/vectortile.js index a4536fe025..39d2c9be4e 100644 --- a/src/ol/vectortile.js +++ b/src/ol/vectortile.js @@ -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;