Files
openlayers/externs/ol.js
2012-09-28 12:52:54 +02:00

155 lines
2.0 KiB
JavaScript

/**
* @externs
*/
/**
* @type {Object}
*/
var olx;
/**
* @interface
*/
olx.MapOptionsExtern = function() {};
/**
* @type {ol.Coordinate|undefined}
*/
olx.MapOptionsExtern.prototype.center;
/**
* @type {ol.Collection|undefined}
*/
olx.MapOptionsExtern.prototype.controls;
/**
* @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.mouseWheelZoomDelta;
/**
* @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.zoomDelta;
/**
* @type {number|undefined}
*/
olx.MapOptionsExtern.prototype.zoomFactor;