Class

ShumateLayer

Description [src]

abstract class Shumate.Layer : Gtk.Widget {
  parent_instance: GtkWidget
}

Every layer (overlay that moves together with the map) has to inherit this class and implement its virtual methods.

You can use the same layer to display many types of maps. In Shumate they are called map sources. You can change the ShumateMapLayer:map-source property at any time to replace the current displayed map.

Ancestors

  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • GtkAccessible
  • GtkBuildable
  • GtkConstraintTarget

Instance methods

shumate_layer_get_viewport

Gets the ShumateViewport used by this layer.

Properties

Shumate.Layer:viewport
No description available.

Class structure

struct ShumateLayerClass {
  GtkWidgetClass parent_class;
  
}
Class members
parent_class
GtkWidgetClass
  No description available.