The MetatiledMapDecorationLayout class customizes the {MapDecorationLayout} to handle the special case of metatiles; that is, maps that are rendered with the intent of being divided up into smaller image segments. Basically, it divided the map up into a grid and repeats the layout and rendering process for each section of the grid.
@author David Winslow
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.