@Deprecated public class PackagedMapLayer extends com.nutiteq.rasterlayers.RasterLayer
"/res/raw/" + name + zoom + "_" + x + "_" + y
For example if: name = "t"
"/res/raw/" + "t" + "0" + "_" + "0" + "_" + "0"
Result: /res/raw/t0_0_0
Modifier and Type | Field and Description |
---|---|
protected String |
name
Deprecated.
|
protected android.content.res.Resources |
resources
Deprecated.
|
Constructor and Description |
---|
PackagedMapLayer(com.nutiteq.projections.Projection projection,
int minZoom,
int maxZoom,
int id,
String name,
android.content.Context context)
Deprecated.
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
fetchTile(com.nutiteq.components.MapTile tile)
Deprecated.
|
void |
flush()
Deprecated.
|
executeFetchTask, getDataSource, getFetchPriority, getId, getMaxZoom, getMinZoom, getTileColor, getTileIdOffset, getVisibleTiles, isMemoryCaching, isPersistentCaching, isTileFading, registerDataSourceListener, setComponents, setFetchPriority, setMemoryCaching, setPersistentCaching, setRenderProjection, setTileColor, setTileFading, setVisibleTiles, unregisterDataSourceListener, updateVisibleTiles
protected android.content.res.Resources resources
protected String name
public PackagedMapLayer(com.nutiteq.projections.Projection projection, int minZoom, int maxZoom, int id, String name, android.content.Context context)
projection
- the desired projectionminZoom
- the minimum zoommaxZoom
- the maximum zoomid
- the user generated id for this raster layername
- the prefix for the file namecontext
- the activity or appliaction contextCopyright © 2014. All rights reserved.