Merge pull request #4161 from jonataswalker/translate-events

Add `translatestart`, `translateend` and `translating` events to `ol.interaction.Translate`
This commit is contained in:
Éric Lemoine
2015-10-09 18:16:17 +02:00
2 changed files with 95 additions and 0 deletions
+19
View File
@@ -211,6 +211,25 @@ oli.interaction.DragAndDropEvent.prototype.projection;
oli.interaction.DragAndDropEvent.prototype.file;
/**
* @interface
*/
oli.interaction.TranslateEvent = function() {};
/**
* @type {ol.Collection.<ol.Feature>}
*/
oli.interaction.TranslateEvent.prototype.features;
/**
* @type {ol.Coordinate}
*/
oli.interaction.TranslateEvent.prototype.coordinate;
/**
* @type {Object}
*/