Functions
e_map_new ()
EMap *
e_map_new (void);
Creates a new empty map widget.
Returns
 A newly-created map widget.
 
 
e_map_freeze ()
void
e_map_freeze (EMap *map);
 
e_map_thaw ()
void
e_map_thaw (EMap *map);
 
e_map_get_magnification ()
gdouble
e_map_get_magnification (EMap *map);
 
e_map_set_smooth_zoom ()
void
e_map_set_smooth_zoom (EMap *map,
                       gboolean state);
 
e_map_get_smooth_zoom ()
gboolean
e_map_get_smooth_zoom (EMap *map);
 
e_map_zoom_to_location ()
void
e_map_zoom_to_location (EMap *map,
                        gdouble longitude,
                        gdouble latitude);
 
e_map_zoom_out ()
void
e_map_zoom_out (EMap *map);
 
e_map_remove_point ()
void
e_map_remove_point (EMap *map,
                    EMapPoint *point);
 
e_map_point_get_location ()
void
e_map_point_get_location (EMapPoint *point,
                          gdouble *longitude,
                          gdouble *latitude);
 
e_map_point_get_name ()
gchar *
e_map_point_get_name (EMapPoint *point);
 
e_map_point_get_color_rgba ()
guint32
e_map_point_get_color_rgba (EMapPoint *point);
 
e_map_point_set_color_rgba ()
void
e_map_point_set_color_rgba (EMap *map,
                            EMapPoint *point,
                            guint32 color_rgba);