From cdea7040eee091aab6bbec425580e078579d1c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bobo=20H=C3=A4ggstr=C3=B6m?= Date: Thu, 19 Oct 2017 08:38:54 +0200 Subject: [PATCH] Add @api annotation to ol.VectorTile.getExtent --- src/ol/vectortile.js | 1 + 1 file changed, 1 insertion(+) 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;