QML MapImage ElementThe MapImage element displays an image on a map. More... Properties
Detailed DescriptionThe 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. Property DocumentationThis 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.
© 2008-2010 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy X
|