コード例 #1
0
ファイル: BingSchema.cs プロジェクト: eric-erki/-BruTile
 public BingSchema()
 {
     Format = "jpg";
     Name   = "BingMaps";
     Resolutions.RemoveAt(0); //Bing does not have the single tile top level.
 }