C# Class csGeoLayers.Plugins.LocalTileLayer.LocalTileLayer

Inheritance: TiledMapServiceLayer
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Méthode Description
GetTileUrl ( int level, int row, int col ) : string
Initialize ( ) : void

Méthodes protégées

Méthode Description
GetTileSource ( int level, int row, int col, Action onComplete ) : void

Method Details

GetTileSource() protected méthode

protected GetTileSource ( int level, int row, int col, Action onComplete ) : void
level int
row int
col int
onComplete Action
Résultat void

GetTileUrl() public méthode

public GetTileUrl ( int level, int row, int col ) : string
level int
row int
col int
Résultat string

Initialize() public méthode

public Initialize ( ) : void
Résultat void