Add ol.replay.Batch#getExtent
This commit is contained in:
@@ -59,6 +59,12 @@ ol.replay.Batch.prototype.beginPath = goog.abstractMethod;
|
|||||||
ol.replay.Batch.prototype.draw = goog.abstractMethod;
|
ol.replay.Batch.prototype.draw = goog.abstractMethod;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return {ol.Extent} Extent.
|
||||||
|
*/
|
||||||
|
ol.replay.Batch.prototype.getExtent = goog.abstractMethod;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {ol.replay.FillStyle} fillStyle Fill style.
|
* @param {ol.replay.FillStyle} fillStyle Fill style.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user