tile.size([size]) If size is specified, sets this tile layout’s size to the specified two-element array of numbers
tile.translate([translate]) If translate is specified, sets this tile layout’s translate to the specified two-element
tile() Computes the set of 256x256 quadtree tiles to display given the current layout
tile.wrap([wrap]) If wrap is specified, sets this tile layout’s wrapping option to the specified boolean value
tile.scale([scale]) If scale is specified, sets this tile layout’s scale to the specified number scale
d3.tile() Constructs a layout for determining which 256x256 quadtree tiles to display in a rectangular viewport.
tile.extent([extent]) If extent is specified, sets this tile layout’s extent to the specified array of points