Add maxZoom to ol.View.fitGeometry() options

This commit is contained in:
tsauerwein
2014-07-11 16:09:17 +02:00
parent b8c39bd62c
commit 3b8e182856
3 changed files with 30 additions and 2 deletions

View File

@@ -5070,6 +5070,14 @@ olx.View.fitGeometryOptions.prototype.nearest;
olx.View.fitGeometryOptions.prototype.minResolution;
/**
* Maximum zoom level that we zoom to. If `minResolution` is given,
* this property is ignored.
* @type {number|undefined}
*/
olx.View.fitGeometryOptions.prototype.maxZoom;
/* typedefs for object literals exposed by the library */