Add oli.View2DState extern

This commit is contained in:
Tom Payne
2014-03-10 17:19:11 +01:00
parent 022a7a03e0
commit 0a3ef09c30

View File

@@ -104,7 +104,7 @@ oli.FrameState.prototype.time;
oli.FrameState.prototype.usedTiles;
/** @type {ol.View2DState} */
/** @type {oli.View2DState} */
oli.FrameState.prototype.view2DState;
@@ -142,6 +142,27 @@ oli.MapBrowserEvent.prototype.pixel;
/** @interface */
oli.View2DState;
/** @type {ol.Coordinate} */
oli.View2DState.prototype.center;
/** @type {ol.proj.Projection} */
oli.View2DState.prototype.projection;
/** @type {number} */
oli.View2DState.prototype.resolution;
/** @type {number} */
oli.View2DState.prototype.rotation;
/**
* @interface
*/