C# Class csGeoLayers.Plugins.LocalTileLayer.LocalTileLayer

Inheritance: TiledMapServiceLayer
Datei anzeigen Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
GetTileUrl ( int level, int row, int col ) : string
Initialize ( ) : void

Protected Methods

Method Description
GetTileSource ( int level, int row, int col, Action onComplete ) : void

Method Details

GetTileSource() protected method

protected GetTileSource ( int level, int row, int col, Action onComplete ) : void
level int
row int
col int
onComplete Action
return void

GetTileUrl() public method

public GetTileUrl ( int level, int row, int col ) : string
level int
row int
col int
return string

Initialize() public method

public Initialize ( ) : void
return void