GritsPluginMap

GritsPluginMap — Map plugin

Synopsis

                    GritsPluginMap;
                    GritsPluginMapClass;
GritsPluginMap *    grits_plugin_map_new                (GritsViewer *viewer);

Object Hierarchy

  GObject
   +----GritsPluginMap

Implemented Interfaces

GritsPluginMap implements GritsPlugin.

Description

GritsPluginMap provides map overlays. Much of this data is obtained from the OpenStreetMap project.

Details

GritsPluginMap

typedef struct _GritsPluginMap GritsPluginMap;


GritsPluginMapClass

typedef struct {
	GObjectClass parent_class;
} GritsPluginMapClass;


grits_plugin_map_new ()

GritsPluginMap *    grits_plugin_map_new                (GritsViewer *viewer);

Create a new instance of the map plugin.

viewer :

the GritsViewer to use for drawing

Returns :

the new GritsPluginMap