
| Modifier and Type | Class and Description |
|---|---|
static interface |
MapSnapshot.MapSnapshotable |
static class |
MapSnapshot.Status |
| Modifier and Type | Field and Description |
|---|---|
static int |
INCLUDE_FLAG_EXPIRED |
static int |
INCLUDE_FLAG_NOTFOUND |
static int |
INCLUDE_FLAG_SCALED |
static int |
INCLUDE_FLAG_UPTODATE
The INCLUDE_FLAGs let you precise the tiles you accept in your snapshot,
depending on their states.
|
static int |
INCLUDE_FLAGS_ALL |
| Constructor and Description |
|---|
MapSnapshot(MapSnapshot.MapSnapshotable pMapSnapshotable,
int pIncludeFlags,
MapTileProviderBase pTileProvider,
List<Overlay> pOverlays,
Projection pProjection) |
MapSnapshot(MapSnapshot.MapSnapshotable pMapSnapshotable,
int pIncludeFlags,
MapView pMapView) |
| Modifier and Type | Method and Description |
|---|---|
Bitmap |
getBitmap() |
MapSnapshot.Status |
getStatus() |
static boolean |
isUIThread()
To be used in View-related Overlay's draw methods.
|
void |
onDetach() |
void |
refreshASAP() |
void |
run() |
boolean |
save(File pFile) |
public static final int INCLUDE_FLAG_UPTODATE
ExpirableBitmapDrawablepublic static final int INCLUDE_FLAG_EXPIRED
public static final int INCLUDE_FLAG_SCALED
public static final int INCLUDE_FLAG_NOTFOUND
public static final int INCLUDE_FLAGS_ALL
public MapSnapshot(MapSnapshot.MapSnapshotable pMapSnapshotable, int pIncludeFlags, MapView pMapView)
public MapSnapshot(MapSnapshot.MapSnapshotable pMapSnapshotable, int pIncludeFlags, MapTileProviderBase pTileProvider, List<Overlay> pOverlays, Projection pProjection)
public static boolean isUIThread()
public MapSnapshot.Status getStatus()
public Bitmap getBitmap()
public boolean save(File pFile)
public void onDetach()
public void refreshASAP()