Use @api annotation instead of @todo api
This commit is contained in:
192
externs/olx.js
192
externs/olx.js
@@ -10,7 +10,7 @@ var olx;
|
||||
/**
|
||||
* @typedef {{html: string,
|
||||
* tileRanges: (Object.<string, Array.<ol.TileRange>>|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.AttributionOptions;
|
||||
|
||||
@@ -32,7 +32,7 @@ olx.AttributionOptions.prototype.tileRanges;
|
||||
/**
|
||||
* @typedef {{loadTilesWhileAnimating: (boolean|undefined),
|
||||
* loadTilesWhileInteracting: (boolean|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.DeviceOptions;
|
||||
|
||||
@@ -55,7 +55,7 @@ olx.DeviceOptions.prototype.loadTilesWhileInteracting;
|
||||
|
||||
/**
|
||||
* @typedef {{tracking: (boolean|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.DeviceOrientationOptions;
|
||||
|
||||
@@ -71,7 +71,7 @@ olx.DeviceOrientationOptions.prototype.tracking;
|
||||
* @typedef {{tracking: (boolean|undefined),
|
||||
* trackingOptions: (GeolocationPositionOptions|undefined),
|
||||
* projection: ol.proj.ProjectionLike}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.GeolocationOptions;
|
||||
|
||||
@@ -111,7 +111,7 @@ olx.GeolocationOptions.prototype.projection;
|
||||
* renderer: (ol.RendererType|Array.<ol.RendererType|string>|string|undefined),
|
||||
* target: (Element|string|undefined),
|
||||
* view: (ol.View|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.MapOptions;
|
||||
|
||||
@@ -216,7 +216,7 @@ olx.MapOptions.prototype.view;
|
||||
* positioning: (ol.OverlayPositioning|string|undefined),
|
||||
* stopEvent: (boolean|undefined),
|
||||
* insertFirst: (boolean|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.OverlayOptions;
|
||||
|
||||
@@ -279,7 +279,7 @@ olx.OverlayOptions.prototype.insertFirst;
|
||||
* @typedef {{code: string,
|
||||
* extent: (ol.Extent|undefined),
|
||||
* global: (boolean|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.Proj4jsProjectionOptions;
|
||||
|
||||
@@ -312,7 +312,7 @@ olx.Proj4jsProjectionOptions.prototype.global;
|
||||
* extent: (ol.Extent|undefined),
|
||||
* axisOrientation: (string|undefined),
|
||||
* global: (boolean|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.ProjectionOptions;
|
||||
|
||||
@@ -368,7 +368,7 @@ olx.ProjectionOptions.prototype.global;
|
||||
* rotation: (number|undefined),
|
||||
* zoom: (number|undefined),
|
||||
* zoomFactor: (number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.ViewOptions;
|
||||
|
||||
@@ -506,7 +506,7 @@ olx.ViewOptions.prototype.zoomFactor;
|
||||
* start: (number|undefined),
|
||||
* duration: (number|undefined),
|
||||
* easing: (function(number):number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.animation.BounceOptions;
|
||||
|
||||
@@ -546,7 +546,7 @@ olx.animation.BounceOptions.prototype.easing;
|
||||
* start: (number|undefined),
|
||||
* duration: (number|undefined),
|
||||
* easing: (function(number):number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.animation.PanOptions;
|
||||
|
||||
@@ -586,7 +586,7 @@ olx.animation.PanOptions.prototype.easing;
|
||||
* start: (number|undefined),
|
||||
* duration: (number|undefined),
|
||||
* easing: (function(number):number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.animation.RotateOptions;
|
||||
|
||||
@@ -634,7 +634,7 @@ olx.animation.RotateOptions.prototype.easing;
|
||||
* start: (number|undefined),
|
||||
* duration: (number|undefined),
|
||||
* easing: (function(number):number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.animation.ZoomOptions;
|
||||
|
||||
@@ -672,7 +672,7 @@ olx.animation.ZoomOptions.prototype.easing;
|
||||
/**
|
||||
* @typedef {{className: (string|undefined),
|
||||
* target: (Element|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.control.AttributionOptions;
|
||||
|
||||
@@ -694,7 +694,7 @@ olx.control.AttributionOptions.prototype.target;
|
||||
/**
|
||||
* @typedef {{element: (Element|undefined),
|
||||
* target: (Element|string|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.control.ControlOptions;
|
||||
|
||||
@@ -723,7 +723,7 @@ olx.control.ControlOptions.prototype.target;
|
||||
* zoom: (boolean|undefined),
|
||||
* rotateOptions: (olx.control.RotateOptions|undefined),
|
||||
* zoomOptions: (olx.control.ZoomOptions|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.control.DefaultsOptions;
|
||||
|
||||
@@ -789,7 +789,7 @@ olx.control.DefaultsOptions.prototype.zoomOptions;
|
||||
* tipLabel: (string|undefined),
|
||||
* keys: (boolean|undefined),
|
||||
* target: (Element|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.control.FullScreenOptions;
|
||||
|
||||
@@ -825,7 +825,7 @@ olx.control.FullScreenOptions.prototype.target;
|
||||
/**
|
||||
* @typedef {{className: (string|undefined),
|
||||
* target: (Element|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.control.LogoOptions;
|
||||
|
||||
@@ -850,7 +850,7 @@ olx.control.LogoOptions.prototype.target;
|
||||
* projection: ol.proj.ProjectionLike,
|
||||
* target: (Element|undefined),
|
||||
* undefinedHTML: (string|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.control.MousePositionOptions;
|
||||
|
||||
@@ -895,7 +895,7 @@ olx.control.MousePositionOptions.prototype.undefinedHTML;
|
||||
* minWidth: (number|undefined),
|
||||
* target: (Element|undefined),
|
||||
* units: (ol.control.ScaleLineUnits|string|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.control.ScaleLineOptions;
|
||||
|
||||
@@ -935,7 +935,7 @@ olx.control.ScaleLineOptions.prototype.units;
|
||||
* tipLabel: (string|undefined),
|
||||
* target: (Element|undefined),
|
||||
* autoHide: (boolean|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.control.RotateOptions;
|
||||
|
||||
@@ -991,7 +991,7 @@ olx.control.RotateOptions.prototype.target;
|
||||
* zoomOutTipLabel: (string|undefined),
|
||||
* delta: (number|undefined),
|
||||
* target: (Element|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.control.ZoomOptions;
|
||||
|
||||
@@ -1056,7 +1056,7 @@ olx.control.ZoomOptions.prototype.target;
|
||||
* @typedef {{className: (string|undefined),
|
||||
* maxResolution: (number|undefined),
|
||||
* minResolution: (number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.control.ZoomSliderOptions;
|
||||
|
||||
@@ -1087,7 +1087,7 @@ olx.control.ZoomSliderOptions.prototype.minResolution;
|
||||
* target: (Element|undefined),
|
||||
* tipLabel: (string|undefined),
|
||||
* extent: (ol.Extent|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.control.ZoomToExtentOptions;
|
||||
|
||||
@@ -1124,7 +1124,7 @@ olx.control.ZoomToExtentOptions.prototype.extent;
|
||||
/**
|
||||
* @typedef {{defaultProjection: ol.proj.ProjectionLike,
|
||||
* geometryName: (string|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.format.GeoJSONOptions;
|
||||
|
||||
@@ -1160,7 +1160,7 @@ olx.format.PolylineOptions.prototype.factor;
|
||||
|
||||
/**
|
||||
* @typedef {{defaultProjection: ol.proj.ProjectionLike}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.format.TopoJSONOptions;
|
||||
|
||||
@@ -1174,7 +1174,7 @@ olx.format.TopoJSONOptions.prototype.defaultProjection;
|
||||
|
||||
/**
|
||||
* @typedef {{altitudeMode: (ol.format.IGCZ|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.format.IGCOptions;
|
||||
|
||||
@@ -1189,7 +1189,7 @@ olx.format.IGCOptions.prototype.altitudeMode;
|
||||
|
||||
/**
|
||||
* @typedef {{defaultStyle: (Array.<ol.style.Style>|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.format.KMLOptions;
|
||||
|
||||
@@ -1210,7 +1210,7 @@ olx.format.KMLOptions.prototype.defaultStyle;
|
||||
* multiCurve: (boolean|undefined),
|
||||
* multiSurface: (boolean|undefined),
|
||||
* schemaLocation: (string|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.format.GMLOptions;
|
||||
|
||||
@@ -1280,7 +1280,7 @@ olx.format.GMLOptions.prototype.schemaLocation;
|
||||
* @typedef {{featureNS: string,
|
||||
* featureType: string,
|
||||
* schemaLocation: (string|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.format.WFSOptions;
|
||||
|
||||
@@ -1317,7 +1317,7 @@ olx.format.WFSOptions.prototype.schemaLocation;
|
||||
* maxFeatures: (number|undefined),
|
||||
* geometryName: (string|undefined),
|
||||
* bbox: (ol.Extent|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.format.WFSWriteGetFeatureOptions;
|
||||
|
||||
@@ -1394,7 +1394,7 @@ olx.format.WFSWriteGetFeatureOptions.prototype.bbox;
|
||||
* handle: (string|undefined),
|
||||
* nativeElements: Array.<Object>,
|
||||
* gmlOptions: (olx.format.GMLOptions|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.format.WFSWriteTransactionOptions;
|
||||
|
||||
@@ -1451,7 +1451,7 @@ olx.format.WFSWriteTransactionOptions.prototype.gmlOptions;
|
||||
|
||||
/**
|
||||
* @typedef {{splitCollection: (boolean|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.format.WKTOptions;
|
||||
|
||||
@@ -1475,7 +1475,7 @@ olx.format.WKTOptions.prototype.splitCollection;
|
||||
* pinchZoom: (boolean|undefined),
|
||||
* zoomDelta: (number|undefined),
|
||||
* zoomDuration: (number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.DefaultsOptions;
|
||||
|
||||
@@ -1553,7 +1553,7 @@ olx.interaction.DefaultsOptions.prototype.zoomDuration;
|
||||
/**
|
||||
* @typedef {{duration: (number|undefined),
|
||||
* delta: (number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.DoubleClickZoomOptions;
|
||||
|
||||
@@ -1575,7 +1575,7 @@ olx.interaction.DoubleClickZoomOptions.prototype.delta;
|
||||
/**
|
||||
* @typedef {{formatConstructors: (Array.<function(new: ol.format.Feature)>|undefined),
|
||||
* reprojectTo: ol.proj.ProjectionLike}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.DragAndDropOptions;
|
||||
|
||||
@@ -1597,7 +1597,7 @@ olx.interaction.DragAndDropOptions.prototype.reprojectTo;
|
||||
/**
|
||||
* @typedef {{condition: (ol.events.ConditionType|undefined),
|
||||
* style: ol.style.Style}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.DragBoxOptions;
|
||||
|
||||
@@ -1620,7 +1620,7 @@ olx.interaction.DragBoxOptions.prototype.style;
|
||||
|
||||
/**
|
||||
* @typedef {{kinetic: (ol.Kinetic|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.DragPanOptions;
|
||||
|
||||
@@ -1634,7 +1634,7 @@ olx.interaction.DragPanOptions.prototype.kinetic;
|
||||
|
||||
/**
|
||||
* @typedef {{condition: (ol.events.ConditionType|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.DragRotateAndZoomOptions;
|
||||
|
||||
@@ -1650,7 +1650,7 @@ olx.interaction.DragRotateAndZoomOptions.prototype.condition;
|
||||
|
||||
/**
|
||||
* @typedef {{condition: (ol.events.ConditionType|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.DragRotateOptions;
|
||||
|
||||
@@ -1667,7 +1667,7 @@ olx.interaction.DragRotateOptions.prototype.condition;
|
||||
/**
|
||||
* @typedef {{condition: (ol.events.ConditionType|undefined),
|
||||
* style: ol.style.Style}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.DragZoomOptions;
|
||||
|
||||
@@ -1697,7 +1697,7 @@ olx.interaction.DragZoomOptions.prototype.style;
|
||||
* style: (ol.style.Style|Array.<ol.style.Style>|ol.feature.StyleFunction|undefined),
|
||||
* geometryName: (string|undefined),
|
||||
* condition: (ol.events.ConditionType|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.DrawOptions;
|
||||
|
||||
@@ -1765,7 +1765,7 @@ olx.interaction.DrawOptions.prototype.condition;
|
||||
/**
|
||||
* @typedef {{condition: (ol.events.ConditionType|undefined),
|
||||
* pixelDelta: (number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.KeyboardPanOptions;
|
||||
|
||||
@@ -1791,7 +1791,7 @@ olx.interaction.KeyboardPanOptions.prototype.pixelDelta;
|
||||
* @typedef {{duration: (number|undefined),
|
||||
* condition: (ol.events.ConditionType|undefined),
|
||||
* delta: (number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.KeyboardZoomOptions;
|
||||
|
||||
@@ -1824,7 +1824,7 @@ olx.interaction.KeyboardZoomOptions.prototype.delta;
|
||||
* pixelTolerance: (number|undefined),
|
||||
* style: (ol.style.Style|Array.<ol.style.Style>|ol.feature.StyleFunction|undefined),
|
||||
* features: ol.Collection}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.ModifyOptions;
|
||||
|
||||
@@ -1863,7 +1863,7 @@ olx.interaction.ModifyOptions.prototype.features;
|
||||
|
||||
/**
|
||||
* @typedef {{duration: (number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.MouseWheelZoomOptions;
|
||||
|
||||
@@ -1877,7 +1877,7 @@ olx.interaction.MouseWheelZoomOptions.prototype.duration;
|
||||
|
||||
/**
|
||||
* @typedef {{threshold: (number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.PinchRotateOptions;
|
||||
|
||||
@@ -1891,7 +1891,7 @@ olx.interaction.PinchRotateOptions.prototype.threshold;
|
||||
|
||||
/**
|
||||
* @typedef {{duration: (number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.PinchZoomOptions;
|
||||
|
||||
@@ -1910,7 +1910,7 @@ olx.interaction.PinchZoomOptions.prototype.duration;
|
||||
* style: (ol.style.Style|Array.<ol.style.Style>|ol.feature.StyleFunction|undefined),
|
||||
* removeCondition: (ol.events.ConditionType|undefined),
|
||||
* toggleCondition: (ol.events.ConditionType|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.SelectOptions;
|
||||
|
||||
@@ -1990,7 +1990,7 @@ olx.interaction.SelectOptions.prototype.toggleCondition;
|
||||
* visible: (boolean|undefined),
|
||||
* minResolution: (number|undefined),
|
||||
* maxResolution: (number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.layer.BaseOptions;
|
||||
|
||||
@@ -2061,7 +2061,7 @@ olx.layer.BaseOptions.prototype.maxResolution;
|
||||
* visible: (boolean|undefined),
|
||||
* minResolution: (number|undefined),
|
||||
* maxResolution: (number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.layer.LayerOptions;
|
||||
|
||||
@@ -2139,7 +2139,7 @@ olx.layer.LayerOptions.prototype.maxResolution;
|
||||
* minResolution: (number|undefined),
|
||||
* maxResolution: (number|undefined),
|
||||
* layers: (Array.<ol.layer.Base>|ol.Collection|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.layer.GroupOptions;
|
||||
|
||||
@@ -2222,7 +2222,7 @@ olx.layer.GroupOptions.prototype.layers;
|
||||
* saturation: (number|undefined),
|
||||
* source: ol.source.Vector,
|
||||
* visible: (boolean|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.layer.HeatmapOptions;
|
||||
|
||||
@@ -2340,7 +2340,7 @@ olx.layer.HeatmapOptions.prototype.visible;
|
||||
* minResolution: (number|undefined),
|
||||
* maxResolution: (number|undefined),
|
||||
* useInterimTilesOnError: (boolean|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.layer.TileOptions;
|
||||
|
||||
@@ -2434,7 +2434,7 @@ olx.layer.TileOptions.prototype.useInterimTilesOnError;
|
||||
* source: ol.source.Vector,
|
||||
* style: (ol.style.Style|Array.<ol.style.Style>|ol.feature.StyleFunction|undefined),
|
||||
* visible: (boolean|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.layer.VectorOptions;
|
||||
|
||||
@@ -2522,7 +2522,7 @@ olx.layer.VectorOptions.prototype.visible;
|
||||
* @typedef {{features: (Array.<ol.Feature>|ol.Collection|undefined),
|
||||
* map: (ol.Map|undefined),
|
||||
* style: (ol.style.Style|Array.<ol.style.Style>|ol.feature.StyleFunction|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.FeatureOverlayOptions;
|
||||
|
||||
@@ -2553,7 +2553,7 @@ olx.FeatureOverlayOptions.prototype.style;
|
||||
* key: string,
|
||||
* imagerySet: string,
|
||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.BingMapsOptions;
|
||||
|
||||
@@ -2592,7 +2592,7 @@ olx.source.BingMapsOptions.prototype.tileLoadFunction;
|
||||
* format: ol.format.Feature,
|
||||
* logo: (string|undefined),
|
||||
* projection: ol.proj.ProjectionLike}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.FormatVectorOptions;
|
||||
|
||||
@@ -2642,7 +2642,7 @@ olx.source.FormatVectorOptions.prototype.projection;
|
||||
* text: (string|undefined),
|
||||
* url: (string|undefined),
|
||||
* urls: (Array.<string>|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.GeoJSONOptions;
|
||||
|
||||
@@ -2721,7 +2721,7 @@ olx.source.GeoJSONOptions.prototype.urls;
|
||||
* text: (string|undefined),
|
||||
* url: (string|undefined),
|
||||
* urls: (Array.<string>|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.GPXOptions;
|
||||
|
||||
@@ -2804,7 +2804,7 @@ olx.source.GPXOptions.prototype.urls;
|
||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
||||
* tilePixelRatio: (number|undefined),
|
||||
* tileUrlFunction: (ol.TileUrlFunctionType|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.TileImageOptions;
|
||||
|
||||
@@ -2903,7 +2903,7 @@ olx.source.TileImageOptions.prototype.tileUrlFunction;
|
||||
* tileUrlFunction: (ol.TileUrlFunctionType|undefined),
|
||||
* url: (string|undefined),
|
||||
* urls: (Array.<string>|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.TileVectorOptions;
|
||||
|
||||
@@ -2996,7 +2996,7 @@ olx.source.TileVectorOptions.prototype.urls;
|
||||
* projection: ol.proj.ProjectionLike,
|
||||
* text: (string|undefined),
|
||||
* url: (string|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.TopoJSONOptions;
|
||||
|
||||
@@ -3064,7 +3064,7 @@ olx.source.TopoJSONOptions.prototype.url;
|
||||
* text: (string|undefined),
|
||||
* url: (string|undefined),
|
||||
* urls: (Array.<string>|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.IGCOptions;
|
||||
|
||||
@@ -3117,7 +3117,7 @@ olx.source.IGCOptions.prototype.urls;
|
||||
* ratio: (number|undefined),
|
||||
* resolutions: (Array.<number>|undefined),
|
||||
* params: (Object|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.MapGuideOptions;
|
||||
|
||||
@@ -3205,7 +3205,7 @@ olx.source.MapGuideOptions.prototype.params;
|
||||
* text: (string|undefined),
|
||||
* url: (string|undefined),
|
||||
* urls: (Array.<string>|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.KMLOptions;
|
||||
|
||||
@@ -3284,7 +3284,7 @@ olx.source.KMLOptions.prototype.urls;
|
||||
/**
|
||||
* @typedef {{layer: string,
|
||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.MapQuestOptions;
|
||||
|
||||
@@ -3307,7 +3307,7 @@ olx.source.MapQuestOptions.prototype.tileLoadFunction;
|
||||
* @typedef {{extent: (ol.Extent|undefined),
|
||||
* projection: ol.proj.ProjectionLike,
|
||||
* tileGrid: (ol.tilegrid.TileGrid|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.TileDebugOptions;
|
||||
|
||||
@@ -3339,7 +3339,7 @@ olx.source.TileDebugOptions.prototype.tileGrid;
|
||||
* maxZoom: (number|undefined),
|
||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
||||
* url: (string|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.OSMOptions;
|
||||
|
||||
@@ -3392,7 +3392,7 @@ olx.source.OSMOptions.prototype.url;
|
||||
* text: (string|undefined),
|
||||
* url: (string|undefined),
|
||||
* urls: (Array.<string>|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.OSMXMLOptions;
|
||||
|
||||
@@ -3483,7 +3483,7 @@ olx.source.OSMXMLOptions.prototype.urls;
|
||||
* ratio: (number|undefined),
|
||||
* resolutions: (Array.<number>|undefined),
|
||||
* state: (ol.source.State|string|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.ImageCanvasOptions;
|
||||
|
||||
@@ -3562,7 +3562,7 @@ olx.source.ImageCanvasOptions.prototype.state;
|
||||
* resolutions: (Array.<number>|undefined),
|
||||
* source: ol.source.Vector,
|
||||
* style: (ol.style.Style|Array.<ol.style.Style>|ol.feature.StyleFunction|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.ImageVectorOptions;
|
||||
|
||||
@@ -3638,7 +3638,7 @@ olx.source.ImageVectorOptions.prototype.style;
|
||||
* ratio: (number|undefined),
|
||||
* resolutions: (Array.<number>|undefined),
|
||||
* url: (string|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.ImageWMSOptions;
|
||||
|
||||
@@ -3732,7 +3732,7 @@ olx.source.ImageWMSOptions.prototype.url;
|
||||
* opaque: (boolean|undefined),
|
||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
||||
* url: (string|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.StamenOptions;
|
||||
|
||||
@@ -3788,7 +3788,7 @@ olx.source.StamenOptions.prototype.url;
|
||||
* logo: (string|undefined),
|
||||
* projection: ol.proj.ProjectionLike,
|
||||
* url: string}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.ImageStaticOptions;
|
||||
|
||||
@@ -3857,7 +3857,7 @@ olx.source.ImageStaticOptions.prototype.url;
|
||||
* strategy: (function(ol.Extent, number): Array.<ol.Extent>|undefined),
|
||||
* logo: (string|undefined),
|
||||
* projection: ol.proj.ProjectionLike}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.ServerVectorOptions;
|
||||
|
||||
@@ -3916,7 +3916,7 @@ olx.source.ServerVectorOptions.prototype.projection;
|
||||
* @typedef {{crossOrigin: (null|string|undefined),
|
||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
||||
* url: string}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.TileJSONOptions;
|
||||
|
||||
@@ -3957,7 +3957,7 @@ olx.source.TileJSONOptions.prototype.url;
|
||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
||||
* url: (string|undefined),
|
||||
* urls: (Array.<string>|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.TileWMSOptions;
|
||||
|
||||
@@ -4079,7 +4079,7 @@ olx.source.TileWMSOptions.prototype.urls;
|
||||
* logo: (string|undefined),
|
||||
* projection: ol.proj.ProjectionLike,
|
||||
* state: (ol.source.State|string|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.VectorOptions;
|
||||
|
||||
@@ -4139,7 +4139,7 @@ olx.source.VectorOptions.prototype.state;
|
||||
* text: (string|undefined),
|
||||
* url: (string|undefined),
|
||||
* urls: (Array.<string>|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.StaticVectorOptions;
|
||||
|
||||
@@ -4247,7 +4247,7 @@ olx.source.StaticVectorOptions.prototype.urls;
|
||||
* maxZoom: (number|undefined),
|
||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
||||
* urls: (Array.<string>|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.WMTSOptions;
|
||||
|
||||
@@ -4394,7 +4394,7 @@ olx.source.WMTSOptions.prototype.urls;
|
||||
* url: (string|undefined),
|
||||
* urls: (Array.<string>|undefined),
|
||||
* wrapX: (boolean|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.XYZOptions;
|
||||
|
||||
@@ -4491,7 +4491,7 @@ olx.source.XYZOptions.prototype.wrapX;
|
||||
* url: !string,
|
||||
* tierSizeCalculation: (string|undefined),
|
||||
* size: ol.Size}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.source.ZoomifyOptions;
|
||||
|
||||
@@ -4543,7 +4543,7 @@ olx.source.ZoomifyOptions.prototype.size;
|
||||
* radius: number,
|
||||
* snapToPixel: (boolean|undefined),
|
||||
* stroke: (ol.style.Stroke|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.style.CircleOptions;
|
||||
|
||||
@@ -4584,7 +4584,7 @@ olx.style.CircleOptions.prototype.stroke;
|
||||
|
||||
/**
|
||||
* @typedef {{color: (ol.Color|string|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.style.FillOptions;
|
||||
|
||||
@@ -4611,7 +4611,7 @@ olx.style.FillOptions.prototype.color;
|
||||
* rotation: (number|undefined),
|
||||
* size: (ol.Size|undefined),
|
||||
* src: (string|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.style.IconOptions;
|
||||
|
||||
@@ -4736,7 +4736,7 @@ olx.style.IconOptions.prototype.src;
|
||||
* lineDash: (Array.<number>|undefined),
|
||||
* miterLimit: (number|undefined),
|
||||
* width: (number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.style.StrokeOptions;
|
||||
|
||||
@@ -4794,7 +4794,7 @@ olx.style.StrokeOptions.prototype.width;
|
||||
* textBaseline: (string|undefined),
|
||||
* fill: (ol.style.Fill|undefined),
|
||||
* stroke: (ol.style.Stroke|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.style.TextOptions;
|
||||
|
||||
@@ -4877,7 +4877,7 @@ olx.style.TextOptions.prototype.stroke;
|
||||
* stroke: (ol.style.Stroke|undefined),
|
||||
* text: (ol.style.Text|undefined),
|
||||
* zIndex: (number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.style.StyleOptions;
|
||||
|
||||
@@ -4924,7 +4924,7 @@ olx.style.StyleOptions.prototype.zIndex;
|
||||
* resolutions: !Array.<number>,
|
||||
* tileSize: (number|undefined),
|
||||
* tileSizes: (Array.<number>|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.tilegrid.TileGridOptions;
|
||||
|
||||
@@ -4978,7 +4978,7 @@ olx.tilegrid.TileGridOptions.prototype.tileSizes;
|
||||
* matrixIds: !Array.<string>,
|
||||
* tileSize: (number|undefined),
|
||||
* tileSizes: (Array.<number>|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.tilegrid.WMTSOptions;
|
||||
|
||||
@@ -5027,7 +5027,7 @@ olx.tilegrid.WMTSOptions.prototype.tileSizes;
|
||||
|
||||
/**
|
||||
* @typedef {{maxZoom: number}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.tilegrid.XYZOptions;
|
||||
|
||||
@@ -5041,7 +5041,7 @@ olx.tilegrid.XYZOptions.prototype.maxZoom;
|
||||
|
||||
/**
|
||||
* @typedef {{resolutions: !Array.<number>}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.tilegrid.ZoomifyOptions;
|
||||
|
||||
@@ -5058,7 +5058,7 @@ olx.tilegrid.ZoomifyOptions.prototype.resolutions;
|
||||
* constrainResolution: (boolean|undefined),
|
||||
* nearest: (boolean|undefined),
|
||||
* minResolution: (number|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.View.fitGeometryOptions;
|
||||
|
||||
@@ -5116,7 +5116,7 @@ olx.View.fitGeometryOptions.prototype.minResolution;
|
||||
* viewState: olx.ViewState,
|
||||
* viewHints: Array.<number>,
|
||||
* wantedTiles: Object.<string, Object.<string, boolean>>}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.FrameState;
|
||||
|
||||
@@ -5138,7 +5138,7 @@ olx.FrameState.prototype.viewState;
|
||||
* projection: ol.proj.Projection,
|
||||
* resolution: number,
|
||||
* rotation: number}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.ViewState;
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ ol.MapBrowserEvent = function(type, map, browserEvent, opt_frameState) {
|
||||
|
||||
/**
|
||||
* @type {ol.Coordinate}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
this.coordinate = map.getEventCoordinate(this.originalEvent);
|
||||
|
||||
@@ -73,7 +73,7 @@ ol.control.Control = function(options) {
|
||||
/**
|
||||
* Application subclasses may override this.
|
||||
* @param {ol.Map} map Map.
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
ol.control.Control.prototype.setMap = function(map) {
|
||||
// ...
|
||||
@@ -88,7 +88,7 @@ Object literals cannot be exported like classes. To make sure that their propert
|
||||
/**
|
||||
* @typedef {{element: (Element|undefined),
|
||||
* target: (Element|string|undefined)}}
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
olx.control.ControlOptions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user