Fix olx.format.PolylineOptions#factor type
This property is optional.
This commit is contained in:
@@ -1757,7 +1757,7 @@ olx.format.PolylineOptions;
|
|||||||
/**
|
/**
|
||||||
* The factor by which the coordinates values will be scaled.
|
* The factor by which the coordinates values will be scaled.
|
||||||
* Default is `1e5`.
|
* Default is `1e5`.
|
||||||
* @type {number}
|
* @type {number|undefined}
|
||||||
* @api stable
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.format.PolylineOptions.prototype.factor;
|
olx.format.PolylineOptions.prototype.factor;
|
||||||
|
|||||||
Reference in New Issue
Block a user