JSDOC
git-svn-id: http://svn.openlayers.org/trunk/openlayers@181 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -13,16 +13,17 @@ OpenLayers.Tile.prototype = {
|
|||||||
/** @type OpenLayers.Grid */
|
/** @type OpenLayers.Grid */
|
||||||
grid: null,
|
grid: null,
|
||||||
|
|
||||||
// str - url of the request
|
/** @type STring url of the request */
|
||||||
url:null,
|
url:null,
|
||||||
|
|
||||||
// OpenLayers.Bounds
|
/** @type OpenLayers.Bounds */
|
||||||
bounds:null,
|
bounds:null,
|
||||||
|
|
||||||
// OpenLayers.Size
|
/** @type OpenLayers.Size */
|
||||||
size:null,
|
size:null,
|
||||||
|
|
||||||
// OpenLayers.Pixel Top Left pixel of the tile
|
/** Top Left pixel of the tile
|
||||||
|
* @type OpenLayers.Pixel */
|
||||||
position:null,
|
position:null,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user