diff --git a/src/ol/mapbrowserevent.js b/src/ol/mapbrowserevent.js index 30cc787eda..375cce143b 100644 --- a/src/ol/mapbrowserevent.js +++ b/src/ol/mapbrowserevent.js @@ -40,14 +40,14 @@ ol.MapBrowserEvent = function(type, map, browserEvent, opt_dragging, this.originalEvent = browserEvent; /** - * The pixel of the original browser event. + * The map pixel relative to the viewport corresponding to the original browser event. * @type {ol.Pixel} * @api stable */ this.pixel = map.getEventPixel(browserEvent); /** - * The coordinate of the original browser event. + * The geographical coordinate corresponding the original browser event. * @type {ol.Coordinate} * @api stable */