
See: Description
| Interface | Description |
|---|---|
| IMapTileProviderCallback | |
| IRegisterReceiver | |
| LRUMapTileCache.TileRemovedListener |
| Class | Description |
|---|---|
| BitmapPool | |
| ExpirableBitmapDrawable |
A
BitmapDrawable for a MapTile that has a state to indicate that it's expired. |
| LRUMapTileCache | |
| MapTile |
A map tile is distributed using the observer pattern.
|
| MapTileCache |
In memory cache of tiles
|
| MapTileProviderArray |
This top-level tile provider allows a consumer to provide an array of modular asynchronous tile
providers to be used to obtain map tiles.
|
| MapTileProviderBase |
This is an abstract class.
|
| MapTileProviderBasic |
This top-level tile provider implements a basic tile request chain which includes a
MapTileFilesystemProvider (a file-system cache), a MapTileFileArchiveProvider
(archive provider), and a MapTileDownloader (downloads map tiles via tile source). |
| MapTileRequestState | |
| ReusableBitmapDrawable |
A
ExpirableBitmapDrawable class that allows keeping track of usage references. |