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

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.

Class structure

struct ShumateTileDownloaderClass {
  ShumateDataSourceClass parent_class;
  
}
Class members
parent_class
ShumateDataSourceClass
  No description available.