C# 클래스 iClientLab.BaiduMapLayer

상속: TiledCachedLayer
파일 보기 프로젝트 열기: SuperMap/iClient-for-Silverlight

공개 메소드들

메소드 설명
BaiduMapLayer ( ) : System
GetTileUrl ( int indexX, int indexY, int level ) : string
Initialize ( ) : void

메소드 상세

BaiduMapLayer() 공개 메소드

public BaiduMapLayer ( ) : System
리턴 System

GetTileUrl() 공개 메소드

public GetTileUrl ( int indexX, int indexY, int level ) : string
indexX int
indexY int
level int
리턴 string

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void