MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML LandmarkNameFilter Element

The LandmarkNameFilter element specifies a name filter for landmark model. More...

This element was introduced in Mobility 1.2.

Properties

Detailed Description

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.

Property Documentation

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.