Qt Mobility Reference Documentation

QML MapGroup Element

The MapGroup element aggregates a set of map objects. More...

Properties

Detailed Description

Grouping is provided to make it easier to quickly add, remove, show and hide groups of objects.

It also allows users to specify an ordering of objects local to the group via the z-values and insertion order of the objects in the group.

The MapGroup element is part of the QtMobility.location 1.1 module.


Property Documentation

defaultobjects : list<QGeoMapObject>

This property holds the list of objects which make up the group.


selected : bool

This property holds a boolean corresponding to whether or not the group is selected.


visible : bool

This property holds a boolean corresponding to whether or not the group is visible.


zValue : int

This property holds the z-value of the group.

Map objects are drawn in z-value order, and objects with the same z-value will be drawn in insertion order.

The objects inside the group are drawn according to the z-values and insertion order of the other elements of the group. This is indpendent of the z-value and insertion order of the group element itself.


X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.