Class RegionFile

com.yandex.mapkit.offline_cache

java.lang.Object ⇽ RegionFile

public class RegionFile

Attention.

This feature is not available in the free MapKit version.

Constructors

RegionFile(String cacheType, String version, String downloadUrl, long downloadSize, long downloaded, long unused_, String downloadId)
RegionFile()

Use constructor with parameters in your code.

RegionFile(String cacheType, String version, String downloadUrl, long downloadSize, long downloaded, long unused_, String downloadId)
RegionFile()

Use constructor with parameters in your code.

Methods

String getCacheType()
String getDownloadId()
long getDownloadSize()
String getDownloadUrl()
long getDownloaded()
long getUnused_()

This counter was moved to offline_cache::CacheConsumer.

String getVersion()
void serialize(Archive archive)
String getCacheType()
String getDownloadId()
long getDownloadSize()
String getDownloadUrl()
long getDownloaded()
long getUnused_()

This counter was moved to offline_cache::CacheConsumer.

String getVersion()
void serialize(Archive archive)

Constructor Detail

RegionFile

public RegionFile (String cacheType, String version, String downloadUrl, long downloadSize, long downloaded, long unused_, String downloadId)

RegionFile

public RegionFile ()

Use constructor with parameters in your code.

This one is for bindings only!

Method Detail

getCacheType

public String getCacheType ()

getDownloadId

public String getDownloadId ()

getDownloadSize

public long getDownloadSize ()

getDownloadUrl

public String getDownloadUrl ()

getDownloaded

public long getDownloaded ()

getUnused_

public long getUnused_ ()

This counter was moved to offline_cache::CacheConsumer.

Not used any more.

getVersion

public String getVersion ()

serialize

public void serialize (Archive archive)