Class DownloaderTiles
[Serializable]
public class DownloaderTiles
- Inheritance
-
DownloaderTiles
- Inherited Members
Constructors
DownloaderTiles(MapFile)
public DownloaderTiles(MapFile mapFile)
Parameters
mapFileMapFile
Properties
DbConnection
public SQLiteConnection DbConnection { get; }
Property Value
- SQLiteConnection
DirectoryPath
public string DirectoryPath { get; }
Property Value
FilePath
public string FilePath { get; }
Property Value
IsCancelled
public bool IsCancelled { get; }
Property Value
Progress
public float Progress { get; }
Property Value
TilesDownloaded
public int TilesDownloaded { get; }
Property Value
TotalTiles
public int TotalTiles { get; }
Property Value
Methods
CancelDownload()
public void CancelDownload()
CreateDatabase(out SQLiteConnection)
public bool CreateDatabase(out SQLiteConnection connection)
Parameters
connectionSQLiteConnection
Returns
DisposeDatabase()
Checkpoint WAL and close/dispose the cached writer connection.
public void DisposeDatabase()
DownloadMapFile()
public void DownloadMapFile()