MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML Plugin Element

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

This element was introduced in Mobility 1.2.

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.

This property group was introduced in Mobility 1.2.


defaultparameters : list<PluginParameter>

This property holds the list of plugin parameters.

This property group was introduced in Mobility 1.2.