Example #1
0
 private static string TileKey(TileSource tileSource, Tile tile)
 {
     return(string.Format("{0:X}/{1:X}/{2:X}/{3:X}", tileSource.GetHashCode(), tile.ZoomLevel, tile.XIndex, tile.Y));
 }
 private static string TileKey(TileSource tileSource, Tile tile)
 {
     return string.Format("{0:X}/{1:X}/{2:X}/{3:X}", tileSource.GetHashCode(), tile.ZoomLevel, tile.XIndex, tile.Y);
 }