Documentation blocks for the option members
This commit is contained in:
+19
-2
@@ -3542,13 +3542,30 @@ olx.source.GPXOptions.prototype.urls;
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {{url: string,
|
* @typedef {{preemptive: (boolean|undefined),
|
||||||
* preemptive: (boolean|undefined)}}
|
* url: string}}
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
olx.source.TileUTFGridOptions;
|
olx.source.TileUTFGridOptions;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* If true, the TileUTFGrid source loads the tiles based on their "visibility".
|
||||||
|
* This can be used to improve the speed of response, but increases traffic.
|
||||||
|
* Default is `false`.
|
||||||
|
* @type {boolean|undefined}
|
||||||
|
* @api
|
||||||
|
*/
|
||||||
|
olx.source.TileUTFGridOptions.prototype.preemptive;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @type {string}
|
||||||
|
* @api
|
||||||
|
*/
|
||||||
|
olx.source.TileUTFGridOptions.prototype.url;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {{attributions: (Array.<ol.Attribution>|undefined),
|
* @typedef {{attributions: (Array.<ol.Attribution>|undefined),
|
||||||
* crossOrigin: (null|string|undefined),
|
* crossOrigin: (null|string|undefined),
|
||||||
|
|||||||
Reference in New Issue
Block a user