QtMobility Reference Documentation

Contents

QML Plugin Element

The Plugin element describes a Location based services plugin. More...

  • List of all members, including inherited members
  • Properties

    Detailed Description

    An example of setting the Plugin in the Map element:

             Map {
                 id: map
                 plugin : Plugin { name : "nokia"}

    The Plugin element is part of the QtMobility.location 1.2 module.

    Property Documentation

    name : string

    This property holds the name of the plugin.


    defaultparameters : list<PluginParameter>

    This property holds the list of plugin parameters.