Module type for MapEvent
This commit is contained in:
@@ -26,7 +26,7 @@ const COORDINATE_FORMAT = 'coordinateFormat';
|
||||
* @property {string} [className='ol-mouse-position'] CSS class name.
|
||||
* @property {module:ol/coordinate~CoordinateFormat} [coordinateFormat] Coordinate format.
|
||||
* @property {ol.ProjectionLike} projection Projection.
|
||||
* @property {function(ol.MapEvent)} [render] Function called when the
|
||||
* @property {function(module:ol/MapEvent~MapEvent)} [render] Function called when the
|
||||
* control should be re-rendered. This is called in a `requestAnimationFrame`
|
||||
* callback.
|
||||
* @property {Element|string} [target] Specify a target if you want the
|
||||
@@ -109,7 +109,7 @@ inherits(MousePosition, Control);
|
||||
|
||||
/**
|
||||
* Update the mouseposition element.
|
||||
* @param {ol.MapEvent} mapEvent Map event.
|
||||
* @param {module:ol/MapEvent~MapEvent} mapEvent Map event.
|
||||
* @this {ol.control.MousePosition}
|
||||
* @api
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user