drawTile(canvas: HTMLCanvasElement, tilePoint: Point, zoom: number): Canvas
You need to define this method after creating the instance to draw tiles;
canvas is the actual canvas tile on which you can draw, tilePoint represents
the tile numbers, and zoom is the current zoom.
Instantiates a Canvas tile layer object given an options object (optionally).