Add ol.style.Image#getHitDetectionImage abstract method

This commit is contained in:
Éric Lemoine
2013-12-19 09:08:04 +01:00
parent a5089a0e0c
commit ebcc6ab509

View File

@@ -88,6 +88,13 @@ ol.style.Image.prototype.dispatchChangeEvent = function() {
ol.style.Image.prototype.getImage = goog.abstractMethod;
/**
* @param {number} pixelRatio Pixel ratio.
* @return {HTMLCanvasElement|HTMLVideoElement|Image} Image element.
*/
ol.style.Image.prototype.getHitDetectionImage = goog.abstractMethod;
/**
* Load not yet loaded URI.
*/