Top | ![]() |
![]() |
![]() |
![]() |
gchar * | copyright | Read / Write |
VikViewportDrawMode | drawmode | Read / Write |
gchar * | file-extension | Read / Write / Construct Only |
guint | id | Read / Write / Construct Only |
gchar * | label | Read / Write / Construct Only |
gchar * | license | Read / Write / Construct Only |
gchar * | license-url | Read / Write / Construct Only |
gchar * | name | Read / Write / Construct Only |
guint | tilesize-x | Read / Write |
guint | tilesize-y | Read / Write |
GObject ╰── VikMapSource ╰── VikMapSourceDefault ├── VikSlippyMapSource ├── VikTmsMapSource ╰── VikWmscMapSource
The VikMapSourceDefault class is the base class implementing most of generic feature, using properties or reducing complexity of some functions.
gchar * vik_map_source_default_get_uri (VikMapSourceDefault *self
,MapCoord *src
);
gchar *
vik_map_source_default_get_hostname (VikMapSourceDefault *self
);
DownloadMapOptions *
vik_map_source_default_get_download_options
(VikMapSourceDefault *self
);
“copyright”
property“copyright” gchar *
The copyright of the map source.
Flags: Read / Write
Default value: NULL
“drawmode”
property“drawmode” VikViewportDrawMode
The mode used to draw map.
Flags: Read / Write
Default value: VIK_VIEWPORT_DRAWMODE_UTM
“file-extension”
property“file-extension” gchar *
The file extension of tile files on disk.
Flags: Read / Write / Construct Only
Default value: ".png"
“label”
property“label” gchar *
The label of the map source.
Flags: Read / Write / Construct Only
Default value: "<no-set>"
“license”
property“license” gchar *
The license of the map source.
Flags: Read / Write / Construct Only
Default value: NULL
“license-url”
property“license-url” gchar *
The URL of the license of the map source.
Flags: Read / Write / Construct Only
Default value: NULL
“name”
property“name” gchar *
The name of the map that may be used as the file cache directory.
Flags: Read / Write / Construct Only
Default value: "Unknown"
“tilesize-x”
property“tilesize-x” guint
Set the size of the tile (x).
Flags: Read / Write
Allowed values: <= 65535
Default value: 0
“tilesize-y”
property“tilesize-y” guint
Set the size of the tile (y).
Flags: Read / Write
Allowed values: <= 65535
Default value: 0