Export ol.style.Image options

This commit is contained in:
Éric Lemoine
2013-11-26 15:21:51 +01:00
parent 29009d27f3
commit 189a859dde

View File

@@ -627,13 +627,16 @@
/**
* @typedef {Object} ol.style.ImageOptions
* @property {ol.Pixel} anchor Anchor.
* @property {HTMLCanvasElement|HTMLVideoElement|Image} image Image.
* @property {null|string|undefined} crossOrigin crossOrigin setting for image.
* @property {HTMLCanvasElement|HTMLVideoElement|Image|undefined} image Image.
* @property {ol.style.ImageState|undefined} imageState Image state.
* @property {number|undefined} rotation Rotation.
* @property {ol.Size} size Image size in pixel.
* @property {boolean|undefined} snapToPixel Whether the image should be
* snapped to the closed pixel at rendering time.
* @property {boolean|undefined} subtractViewRotation Whether the image should be
* rotated with the view or not.
* @property {string|undefined} src Image source URI.
*/
/**