Class
ShumateSimpleMap
Description [src]
final class Shumate.SimpleMap : Gtk.Widget {
/* No available fields */
}
A ready-to-use map GtkWidget
.If you want to use your own implementation,
you can look at the ShumateMap
widget.
The simple map contains a zoom widget, a ShumateLicense
at the bottom,
a ShumateScale
and a ShumateCompass
.
Constructors
shumate_simple_map_new
No description available.
Instance methods
shumate_simple_map_add_overlay_layer
Adds a map layer as an overlay on top of the base map.
shumate_simple_map_get_compass
Gets the compass widget for the map.
shumate_simple_map_get_license
Gets the license widget for the map.
shumate_simple_map_get_map
Gets the ShumateSimpleMap
‘s underlying ShumateMap
.
shumate_simple_map_get_map_source
Gets the map source for the current base layer.
shumate_simple_map_get_scale
Gets the scale widget for the map.
shumate_simple_map_get_show_zoom_buttons
Gets whether or not the zoom buttons are shown.
shumate_simple_map_get_viewport
Gets the map’s viewport, needed for constructing map layers that will be added to it.
shumate_simple_map_insert_overlay_layer
No description available.
shumate_simple_map_remove_overlay_layer
Removes a layer from the map.
shumate_simple_map_set_map_source
Sets the source for the base map.
shumate_simple_map_set_show_zoom_buttons
Sets whether or not the zoom buttons are shown.
Properties
Shumate.SimpleMap:compass
No description available.
Shumate.SimpleMap:license
No description available.
Shumate.SimpleMap:map
No description available.
Shumate.SimpleMap:map-source
No description available.
Shumate.SimpleMap:scale
No description available.
Shumate.SimpleMap:show-zoom-buttons
No description available.
Shumate.SimpleMap:viewport
No description available.