QtMobility Reference Documentation

Contents

QML Plugin Element

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

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

read-onlyname : string

This property holds the name of the plugin.

This documentation was introduced in Qt Mobility Mobility 1.2.


read-onlydefaultparameters : list<PluginParameter>

This property holds the list of plugin parameters.

This documentation was introduced in Qt Mobility Mobility 1.2.