Fix types in olx.js

This commit is contained in:
Andreas Hocevar
2014-08-04 20:37:23 +02:00
parent 53e12e7e47
commit 9575396aad
+15
View File
@@ -106,6 +106,20 @@ olx.GeolocationOptions.prototype.projection;
olx.LogoOptions; olx.LogoOptions;
/**
* Link url for the logo. Will be followed when the logo is clicked.
* @type {string}
*/
olx.LogoOptions.prototype.href;
/**
* Image src for the logo
* @type {string}
*/
olx.LogoOptions.prototype.src;
/** /**
* @typedef {{map: (ol.Map|undefined), * @typedef {{map: (ol.Map|undefined),
* maxLines: (number|undefined), * maxLines: (number|undefined),
@@ -1176,6 +1190,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}
*/ */
olx.format.PolylineOptions.prototype.factor; olx.format.PolylineOptions.prototype.factor;