TileSource
Object Hierarchy:
Description:
[
CCode ( type_id =
"champlain_tile_source_get_type ()" ) ]
[
Version ( since =
"0.6" ) ]
public abstract class TileSource :
MapSource
The TileSource structure contains only private data and should be accessed using the provided API
Content:
Properties:
- public TileCache cache { get; set; }
The cache used for tile storage
- public string id { owned get; set construct; }
The id of the tile source
- public string license { owned get; set construct; }
The usage license of the tile source
- public string license_uri { owned get; set construct; }
The usage license's uri for more information
- public uint max_zoom_level { get; set construct; }
The maximum zoom level
- public uint min_zoom_level { get; set construct; }
The minimum zoom level
- public string name { owned get; set construct; }
The name of the tile source
- public MapProjection projection { get; set construct; }
The map projection of the tile source
- public uint tile_size { get; set construct; }
The tile size of the tile source
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Champlain.MapSource
All known members inherited from class GLib.Object