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;
|
||||
|
||||
@@ -62,15 +62,19 @@ ol.DEFAULT_RENDERER_HINTS = [
|
||||
* keyboard: (boolean|undefined),
|
||||
* keyboardPanOffset: (number|undefined),
|
||||
* layers: (ol.Collection|undefined),
|
||||
* maxResolution: (number|undefined),
|
||||
* mouseWheelZoom: (boolean|undefined),
|
||||
* numZoomLevels: (number|undefined),
|
||||
* projection: (ol.Projection|string|undefined),
|
||||
* renderer: (ol.RendererHint|undefined),
|
||||
* renderers: (Array.<ol.RendererHint>|undefined),
|
||||
* resolution: (number|undefined),
|
||||
* resolutions: (Array.<number>|undefined),
|
||||
* rotate: (boolean|undefined),
|
||||
* shiftDragZoom: (boolean|undefined),
|
||||
* userProjection: (ol.Projection|string|undefined),
|
||||
* zoom: (number|undefined)}}
|
||||
* zoom: (number|undefined),
|
||||
* zoomFactor: (number|undefined)}}
|
||||
*/
|
||||
ol.MapOptionsLiteral;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user