UNPKG

openlayers-test

Version:

Build tools and sources for developing OpenLayers based mapping applications

12 lines (9 loc) 246 B
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;