Export new map options

This commit is contained in:
Éric Lemoine
2012-09-27 14:09:50 +02:00
parent 7dbc70bcac
commit dd425ff922
2 changed files with 29 additions and 1 deletions

View File

@@ -58,12 +58,24 @@ olx.MapOptionsExtern.prototype.keyboardPanOffset;
olx.MapOptionsExtern.prototype.layers;
/**
* @type {number|undefined}
*/
olx.MapOptionsExtern.prototype.maxResolution;
/**
* @type {boolean|undefined}
*/
olx.MapOptionsExtern.prototype.mouseWheelZoom;
/**
* @type {number|undefined}
*/
olx.MapOptionsExtern.prototype.numZoomLevels;
/**
* @type {ol.Projection|string|undefined}
*/
@@ -88,6 +100,12 @@ olx.MapOptionsExtern.prototype.renderers;
olx.MapOptionsExtern.prototype.resolution;
/**
* @type {Array.<number>|undefined}
*/
olx.MapOptionsExtern.prototype.resolutions;
/**
* @type {boolean|undefined}
*/
@@ -110,3 +128,9 @@ olx.MapOptionsExtern.prototype.userProjection;
* @type {number|undefined}
*/
olx.MapOptionsExtern.prototype.zoom;
/**
* @type {number|undefined}
*/
olx.MapOptionsExtern.prototype.zoomFactor;