
static.js.vendor.openlayers3.externs.tilejson.js Maven / Gradle / Ivy
The newest version!
/**
* @externs
* @see https://github.com/mapbox/tilejson-spec
*/
/**
* @constructor
*/
var TileJSON = function() {};
/**
* @type {string}
*/
TileJSON.prototype.tilejson;
/**
* @type {string|undefined}
*/
TileJSON.prototype.name;
/**
* @type {string|undefined}
*/
TileJSON.prototype.description;
/**
* @type {string|undefined}
*/
TileJSON.prototype.version;
/**
* @type {string|undefined}
*/
TileJSON.prototype.attribution;
/**
* @type {string|undefined}
*/
TileJSON.prototype.template;
/**
* @type {string|undefined}
*/
TileJSON.prototype.legend;
/**
* @type {string|undefined}
*/
TileJSON.prototype.scheme;
/**
* @type {!Array.}
*/
TileJSON.prototype.tiles;
/**
* @type {!Array.|undefined}
*/
TileJSON.prototype.grids;
/**
* @type {number|undefined}
*/
TileJSON.prototype.minzoom;
/**
* @type {number|undefined}
*/
TileJSON.prototype.maxzoom;
/**
* @type {!Array.|undefined}
*/
TileJSON.prototype.bounds;
/**
* @type {!Array.|undefined}
*/
TileJSON.prototype.center;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy