Share via


MapTileSource.DataSource 속성

정의

타일의 데이터 원본을 가져오거나 설정합니다.

MapTileDataSource DataSource();

void DataSource(MapTileDataSource value);
public MapTileDataSource DataSource { get; set; }
var mapTileDataSource = mapTileSource.dataSource;
mapTileSource.dataSource = mapTileDataSource;
Public Property DataSource As MapTileDataSource

속성 값

타일의 데이터 원본입니다.

적용 대상

추가 정보