Add initial exports and externs
This commit is contained in:
112
externs/ol.js
Normal file
112
externs/ol.js
Normal file
@@ -0,0 +1,112 @@
|
||||
/**
|
||||
* @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 {boolean|undefined}
|
||||
*/
|
||||
olx.MapOptionsExtern.prototype.mouseWheelZoom;
|
||||
|
||||
|
||||
/**
|
||||
* @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 {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;
|
||||
Reference in New Issue
Block a user