Add documentation for API typedef functions
This commit is contained in:
@@ -2,6 +2,10 @@ goog.provide('ol.TileLoadFunctionType');
|
||||
|
||||
|
||||
/**
|
||||
* A function that takes an {@link ol.ImageTile} for the image tile and a
|
||||
* `{string}` for the src as arguments.
|
||||
*
|
||||
* @typedef {function(ol.ImageTile, string)}
|
||||
* @todo stability experimental
|
||||
*/
|
||||
ol.TileLoadFunctionType;
|
||||
|
||||
Reference in New Issue
Block a user