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

プロパティ値

タイルのデータ ソース。

適用対象

こちらもご覧ください