The LandmarkNameFilter element specifies a name filter for landmark model. More...
This element was introduced in Mobility 1.2.
The LandmarkNameFilter element specifies a name filter for landmark model. Logical combinations of this and other landmark filters can be formed using LandmarkIntersectionFilter and LandmarkUnionFilter. Currently wild card matching is not supported (only exact matches).
This element is part of the QtMobility.location 1.1 module.
LandmarkNameFilter { id: landmarkFilterUndercity name: "Undercity" }
See also LandmarkModel and QLandmarkNameFilter.
name : QString |
The name string to match landmark names against. Currently regular expression (/wildcard) matching is not supported.
This property group was introduced in Mobility 1.2.