This drawing function handles drawing the tile image at the specified zoom level. It will attempt to use a cached copy, but will rescale if the requested zoom does not equal the current cache zoom.
@param g Graphics instance to draw to
@param x x-coord to draw tile at
@param y y-coord to draw tile at
@param zoom Zoom level to draw the tile
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.