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 () |
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
,cairo_t *cr
,GdkRectangle *rect
);
const OsmGpsMapPoint *
osm_gps_map_image_get_point (OsmGpsMapImage *object
);
“pixbuf”
property “pixbuf” GdkPixbuf *
the pixbuf for this image.
Flags: Read / Write / Construct
“rotation”
property “rotation” gfloat
image rotation.
Flags: Read / Write / Construct
Allowed values: [-180,180]
Default value: 0
“x-align”
property “x-align” gfloat
image x-alignment.
Flags: Read / Write / Construct
Allowed values: [0,1]
Default value: 0.5
“y-align”
property “y-align” gfloat
image y-alignment.
Flags: Read / Write / Construct
Allowed values: [0,1]
Default value: 0.5