Package | Description |
---|---|
org.openstreetmap.josm.plugins.streetside.cache |
This package is all about caching resources downloaded from
mapillary.com
for faster access to those resources in the future.
|
Modifier and Type | Method and Description |
---|---|
static StreetsideCache.Type |
StreetsideCache.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreetsideCache.Type[] |
StreetsideCache.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
CacheUtils.submit(String key,
StreetsideCache.Type type,
ICachedLoaderListener lis)
Requests the picture with the given key and quality and uses the given
listener.
|
Constructor and Description |
---|
StreetsideCache(String id,
StreetsideCache.Type type)
Main constructor.
|