Exemplo n.º 1
0
 public VectorSource(string id, TileSet tileSet, TileSourceOptions options)
 {
     Id      = id;
     TileSet = tileSet;
     Options = options;
 }
Exemplo n.º 2
0
 public VectorSource(string id, TileSet tileSet)
 {
     Id      = id;
     TileSet = tileSet;
 }