Add 'translatestart', 'translateend' and 'translatedrag' events to 'ol.interaction.Translate'

This commit is contained in:
jonataswalker
2015-09-23 19:19:26 -03:00
parent 0188809918
commit 9a923cc5dc
2 changed files with 33 additions and 22 deletions

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}
*/