| Package | com.afcomponents.umap.providers.zoomify |
| Class | public class ZoomifyTileLayer |
| Inheritance | ZoomifyTileLayer TileLayer |
| Method | Defined by | ||
|---|---|---|---|
|
ZoomifyTileLayer(baseURL:String, width:uint, height:uint)
| ZoomifyTileLayer | ||
![]() |
addServer(server:String):void
| TileLayer | |
![]() |
dispose():void
Releases all the resources accuired by the object.
| TileLayer | |
![]() |
getServerURL(url:String, server:uint = 0):String
| TileLayer | |
|
getTileURL(tile:Point, zoom:uint):String
Returns the URL of the map tile with the specified position and zoom level.
| ZoomifyTileLayer | ||
![]() |
toString():String
| TileLayer | |
| ZoomifyTileLayer | () | constructor |
public function ZoomifyTileLayer(baseURL:String, width:uint, height:uint)Parameters
baseURL:String — URL of tiles directory.
|
|
width:uint — Width of the image.
|
|
height:uint — Height of the image.
|
| getTileURL | () | method |
public override function getTileURL(tile:Point, zoom:uint):StringReturns the URL of the map tile with the specified position and zoom level. Position of a tile is described by a Point object with the x and y properties.
Parameterstile:Point — A point that describes tile positon in the bitmap coordinates.
|
|
zoom:uint — Zoom level of the tile.
|
String — A string with the URL of the requested tile.
|