Add zoomDelta option to MapOptions

This commit is contained in:
Éric Lemoine
2012-09-27 15:48:04 +02:00
parent 4f116c2e5b
commit 0535a31bc6
4 changed files with 46 additions and 4 deletions

View File

@@ -136,6 +136,12 @@ olx.MapOptionsExtern.prototype.userProjection;
olx.MapOptionsExtern.prototype.zoom;
/**
* @type {number|undefined}
*/
olx.MapOptionsExtern.prototype.zoomDelta;
/**
* @type {number|undefined}
*/