Class FetchTileJob
public class FetchTileJob : ThreadJob<Tile>
- Inheritance
-
FetchTileJob
- Inherited Members
Constructors
FetchTileJob(string)
public FetchTileJob(string url)
Parameters
urlstring
FetchTileJob(string, Vector2Int, int, bool, bool, bool)
public FetchTileJob(string databasePath, Vector2Int coordinate, int zoomLevel, bool showLabels, bool onlineDownload = true, bool cacheTile = true)
Parameters
databasePathstringcoordinateVector2IntzoomLevelintshowLabelsboolonlineDownloadboolcacheTilebool
Fields
dbPath
public readonly string dbPath
Field Value
onlineDownload
public bool onlineDownload
Field Value
Properties
DbConnection
public SQLiteConnection DbConnection { get; }
Property Value
- SQLiteConnection
Methods
DownloadTile(string)
public static Task<byte[]> DownloadTile(string url)
Parameters
urlstring
Returns
Execute()
public override Tile Execute()
Returns
ExecuteAsync()
public override Task<Tile> ExecuteAsync()