Packagecom.afcomponents.umap.providers.zoomify
Classpublic class ZoomifyTileLayer
InheritanceZoomifyTileLayer Inheritance TileLayer

ZoomifyTileLayer



Public Properties
 PropertyDefined by
 Inheritedalpha : Number
TileLayer
 InheritedbaseURL : String
TileLayer
 InheritedmapType : IMapType
Gets or sets the associated map type.
TileLayer
 InheritedmaxZoom : uint
TileLayer
 InheritedminZoom : uint
TileLayer
 InheritednoError : Boolean
TileLayer
 Inheritedservers : Array
TileLayer
 Inheritedversion : String
TileLayer
Public Methods
 MethodDefined by
  
ZoomifyTileLayer(baseURL:String, width:uint, height:uint)
ZoomifyTileLayer
 Inherited
addServer(server:String):void
TileLayer
 Inherited
dispose():void
Releases all the resources accuired by the object.
TileLayer
 Inherited
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
 Inherited
toString():String
TileLayer
Constructor detail
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.
Method detail
getTileURL()method
public override function getTileURL(tile:Point, zoom:uint):String

Returns 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.

Parameters
tile:Point — A point that describes tile positon in the bitmap coordinates.
 
zoom:uint — Zoom level of the tile.

Returns
String — A string with the URL of the requested tile.