Files
openlayers/mapbox-gl/ol/ol/tileloadfunction.js
T
2015-03-16 18:50:27 +01:00

12 lines
246 B
JavaScript

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)}
* @api
*/
ol.TileLoadFunctionType;