UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

35 lines (23 loc) 373 B
/** * @externs */ /** * @constructor */ var CartoDBLayerInfo = function() {}; /** * @type {string} */ CartoDBLayerInfo.prototype.layergroupid; /** * @type {string} */ CartoDBLayerInfo.prototype.updated_at; /** * @type {Object} */ CartoDBLayerInfo.prototype.metadata; /** * @type {{http: string, https: string}} */ CartoDBLayerInfo.prototype.cdn_url;