Export new map options
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user