Convert ol.MapBrowserEvent#get* methods into properties
This commit is contained in:
@@ -36,6 +36,23 @@ oli.ObjectEvent.prototype.key;
|
||||
|
||||
|
||||
|
||||
/** @interface */
|
||||
oli.MapBrowserEvent;
|
||||
|
||||
|
||||
/** @type {ol.Coordinate} */
|
||||
oli.MapBrowserEvent.prototype.coordinate;
|
||||
|
||||
|
||||
/** @type {Event} */
|
||||
oli.MapBrowserEvent.prototype.originalEvent;
|
||||
|
||||
|
||||
/** @type {ol.Pixel} */
|
||||
oli.MapBrowserEvent.prototype.pixel;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @interface
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user