The MapImage element displays an image on a map. More...
The image loaded from source will be drawn offset.x and offset.y pixels away from the on-screen position of coordinate.
If source does not point to an image or coordinate is invalid nothing will be displayed.
The status of the image loading can be monitored via status.
The MapImage element is part of the QtMobility.location 1.1 module.
coordinate : Coordinate |
This property holds the coordinate at which to anchor the image.
These properties hold the offset from the on-screen position of coordinate at which the image should be displayed.
They both default to 0.
This property holds the URL describing the location of the image to display.
The URL can be absolute or relative to where the QML file was loaded from, and can be a local file, a file embedded within a Qt Resource bundle, or a file retrieved from the network.
This property holds the z-value of the image.
Map objects are drawn in z-value order, and objects with the same z-value will be drawn in insertion order.