C# 클래스 csGeoLayers.Plugins.LocalTileLayer.LocalTileLayer

상속: TiledMapServiceLayer
파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

공개 메소드들

메소드 설명
GetTileUrl ( int level, int row, int col ) : string
Initialize ( ) : void

보호된 메소드들

메소드 설명
GetTileSource ( int level, int row, int col, Action onComplete ) : void

메소드 상세

GetTileSource() 보호된 메소드

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

GetTileUrl() 공개 메소드

public GetTileUrl ( int level, int row, int col ) : string
level int
row int
col int
리턴 string

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void