137 lines
1.8 KiB
JavaScript
137 lines
1.8 KiB
JavaScript
/**
|
|
* @externs
|
|
*/
|
|
|
|
|
|
/**
|
|
* @type {Object}
|
|
*/
|
|
var olx;
|
|
|
|
|
|
|
|
/**
|
|
* @interface
|
|
*/
|
|
olx.MapOptionsExtern = function() {};
|
|
|
|
|
|
/**
|
|
* @type {ol.Coordinate|undefined}
|
|
*/
|
|
olx.MapOptionsExtern.prototype.center;
|
|
|
|
|
|
/**
|
|
* @type {boolean|undefined}
|
|
*/
|
|
olx.MapOptionsExtern.prototype.doubleClickZoom;
|
|
|
|
|
|
/**
|
|
* @type {boolean|undefined}
|
|
*/
|
|
olx.MapOptionsExtern.prototype.dragPan;
|
|
|
|
|
|
/**
|
|
* @type {ol.Collection|undefined}
|
|
*/
|
|
olx.MapOptionsExtern.prototype.interactions;
|
|
|
|
|
|
/**
|
|
* @type {boolean|undefined}
|
|
*/
|
|
olx.MapOptionsExtern.prototype.keyboard;
|
|
|
|
|
|
/**
|
|
* @type {number|undefined}
|
|
*/
|
|
olx.MapOptionsExtern.prototype.keyboardPanOffset;
|
|
|
|
|
|
/**
|
|
* @type {ol.Collection|undefined}
|
|
*/
|
|
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}
|
|
*/
|
|
olx.MapOptionsExtern.prototype.projection;
|
|
|
|
|
|
/**
|
|
* @type {ol.RendererHint|undefined}
|
|
*/
|
|
olx.MapOptionsExtern.prototype.renderer;
|
|
|
|
|
|
/**
|
|
* @type {Array.<ol.RendererHint>|undefined}
|
|
*/
|
|
olx.MapOptionsExtern.prototype.renderers;
|
|
|
|
|
|
/**
|
|
* @type {number|undefined}
|
|
*/
|
|
olx.MapOptionsExtern.prototype.resolution;
|
|
|
|
|
|
/**
|
|
* @type {Array.<number>|undefined}
|
|
*/
|
|
olx.MapOptionsExtern.prototype.resolutions;
|
|
|
|
|
|
/**
|
|
* @type {boolean|undefined}
|
|
*/
|
|
olx.MapOptionsExtern.prototype.rotate;
|
|
|
|
|
|
/**
|
|
* @type {boolean|undefined}
|
|
*/
|
|
olx.MapOptionsExtern.prototype.shiftDragZoom;
|
|
|
|
|
|
/**
|
|
* @type {ol.Projection|string|undefined}
|
|
*/
|
|
olx.MapOptionsExtern.prototype.userProjection;
|
|
|
|
|
|
/**
|
|
* @type {number|undefined}
|
|
*/
|
|
olx.MapOptionsExtern.prototype.zoom;
|
|
|
|
|
|
/**
|
|
* @type {number|undefined}
|
|
*/
|
|
olx.MapOptionsExtern.prototype.zoomFactor;
|