コード例 #1
0
 public VectorSource(string id, TileSet tileSet, TileSourceOptions options)
 {
     Id      = id;
     TileSet = tileSet;
     Options = options;
 }
コード例 #2
0
 public VectorSource(string id, TileSet tileSet)
 {
     Id      = id;
     TileSet = tileSet;
 }