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
);
“pixbuf”
property “pixbuf” GdkPixbuf *
the pixbuf for this image.
Owner: OsmGpsMapImage
Flags: Read / Write / Construct
“point”
property“point” OsmGpsMapPoint *
location point.
Owner: OsmGpsMapImage
Flags: Read / Write / Construct
“x-align”
property “x-align” gfloat
image x-alignment.
Owner: OsmGpsMapImage
Flags: Read / Write / Construct
Allowed values: [0,1]
Default value: 0.5