Functions
VIK_WAYPOINT()
#define VIK_WAYPOINT(x) ((VikWaypoint *)(x))
vik_waypoint_set_name ()
void
vik_waypoint_set_name (VikWaypoint *wp
,
const gchar *name
);
vik_waypoint_set_comment ()
void
vik_waypoint_set_comment (VikWaypoint *wp
,
const gchar *comment
);
vik_waypoint_set_description ()
void
vik_waypoint_set_description (VikWaypoint *wp
,
const gchar *description
);
vik_waypoint_set_url ()
void
vik_waypoint_set_url (VikWaypoint *wp
,
const gchar *url
);
vik_waypoint_set_image ()
void
vik_waypoint_set_image (VikWaypoint *wp
,
const gchar *image
);
vik_waypoint_set_symbol ()
void
vik_waypoint_set_symbol (VikWaypoint *wp
,
const gchar *symname
);
vik_waypoint_free ()
void
vik_waypoint_free (VikWaypoint *wp
);
vik_waypoint_set_comment_no_copy ()
void
vik_waypoint_set_comment_no_copy (VikWaypoint *wp
,
gchar *comment
);
vik_waypoint_apply_dem_data ()
gboolean
vik_waypoint_apply_dem_data (VikWaypoint *wp
,
gboolean skip_existing
);
Set elevation data for a waypoint using available DEM information
Returns
TRUE if the waypoint was updated