@groovy.transform.EqualsAndHashCode @groovy.transform.ToString(includePackage: false, includeNames: true, excludes: [data, base64String]) class Tile extends java.lang.Object
A Tile
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            java.lang.String | 
                            getBase64String()Get the data as a Base64 encoded string  | 
                        
| Methods inherited from class | Name | 
|---|---|
class java.lang.Object | 
                            java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
                        
Create a new Tile with no data
z -  The zoom levelx -  The x or columny -  The y or rowCreate a new Tile with data
z -  The zoom levelx -  The x or columny -  The y or rowdata -  The array of bytesGroovy Documentation