Re-order declarations for clarity, thanks @elemoine
This commit is contained in:
@@ -95,17 +95,6 @@ ol.MapEventType = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @typedef {{controls: ol.Collection,
|
|
||||||
* constraints: ol.Constraints,
|
|
||||||
* rendererConstructor:
|
|
||||||
* function(new: ol.renderer.Map, Element, ol.Map),
|
|
||||||
* target: Element,
|
|
||||||
* values: Object.<string, *>}}
|
|
||||||
*/
|
|
||||||
ol.MapOptionsInternal;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @enum {string}
|
* @enum {string}
|
||||||
*/
|
*/
|
||||||
@@ -962,6 +951,17 @@ ol.Map.prototype.zoomToResolution = function(resolution, opt_anchor) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @typedef {{controls: ol.Collection,
|
||||||
|
* constraints: ol.Constraints,
|
||||||
|
* rendererConstructor:
|
||||||
|
* function(new: ol.renderer.Map, Element, ol.Map),
|
||||||
|
* target: Element,
|
||||||
|
* values: Object.<string, *>}}
|
||||||
|
*/
|
||||||
|
ol.MapOptionsInternal;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {olx.MapOptions} mapOptions Map options.
|
* @param {olx.MapOptions} mapOptions Map options.
|
||||||
* @return {ol.MapOptionsInternal} Map options.
|
* @return {ol.MapOptionsInternal} Map options.
|
||||||
|
|||||||
Reference in New Issue
Block a user