Top | ![]() |
![]() |
![]() |
![]() |
void | osm_gps_map_image_draw () |
const OsmGpsMapPoint * | osm_gps_map_image_get_point () |
GType | osm_gps_map_image_get_type () |
OsmGpsMapImage * | osm_gps_map_image_new () |
GdkPixbuf * | pixbuf | Read / Write / Construct |
OsmGpsMapPoint * | point | Read / Write / Construct |
gfloat | x-align | Read / Write / Construct |
gfloat | y-align | Read / Write / Construct |
OsmGpsMapImage represents an image (a GdkPixbuf) shown on the map
(osm_gps_map_image_add()
) at a specific location (a OsmGpsMapPoint).
void osm_gps_map_image_draw (OsmGpsMapImage *object
,GdkDrawable *drawable
,GdkGC *gc
,GdkRectangle *rect
);
const OsmGpsMapPoint *
osm_gps_map_image_get_point (OsmGpsMapImage *object
);