public class TileFetchRequest
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
TileFetchRequest.Callback |
Modifier and Type | Field and Description |
---|---|
TileFetchRequest.Callback |
callback
Fill in these callbacks to get status back from a tile fetch.
|
java.lang.Object |
fetchInfo
This is requested from a TileInfo object by a loader and then passed
along to the TileFetcher.
|
int |
group
If all other values are equal, sort by this.
|
float |
importance
How important this is to us.
|
int |
priority
Priority before importance.
|
long |
tileSource
A unique ID used for sorting.
|
Constructor and Description |
---|
TileFetchRequest() |
public int priority
public float importance
public int group
public long tileSource
public java.lang.Object fetchInfo
public TileFetchRequest.Callback callback