Class
ShumateTileDownloader
Description [src]
final class Shumate.TileDownloader : Shumate.DataSource {
/* No available fields */
}
A ShumateDataSource
that asynchronously downloads tiles from an online
service using a given template.
It contains an internal ShumateFileCache
to cache the tiles on the system.
Ancestors
- ShumateDataSource
- GObject
Constructors
shumate_tile_downloader_new
Creates a new ShumateTileDownloader
that fetches tiles from an API and
caches them on disk.
Properties
Shumate.TileDownloader:url-template
A template for construting the URL to download a tile from.