Commit documentation for tile classes.

git-svn-id: http://svn.openlayers.org/trunk/openlayers/doc@1254 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-08-16 19:15:34 +00:00
parent bf07dfea5f
commit 3a70b7daef
3 changed files with 23 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
OpenLayers.Tile
This is a class designed to designate a single tile, however
it is explicitly designed to do relatively little. Tiles store information
about themselves -- such as the URL that they are related to, and their
size - but do not add themselves to the layer div automatically, for
example.
* Constructor
OpenLayers.Tile({OpenLayers.Layer|layer}, {OpenLayers.Pixel|position}, {OpenLayers.Bounds|bounds}, {String|url}, {OpenLayers.Size|size}) -- Create a new tile, with properties passed.