Qt Mobility Reference Documentation

QML LandmarkNameFilter Element

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

  • List of all members, including inherited members
  • 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.


    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.