Package | Description |
---|---|
com.gwidgets.api.leaflet |
Modifier and Type | Method and Description |
---|---|
L |
Canvas.drawTile(HTMLCanvasElement canvas,
Point tilePoint,
java.lang.Number zoom)
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.
|
void |
Canvas.tileDrawn(HTMLCanvasElement canvas)
If async option is defined, this function should be called for each tile after drawing completion.
|