DynamicParameter QML Type

The DynamicParameter type represents a parameter for a Map element. This type provides a mean to specify plugin-dependent optional parameters for a map. More...

Import Statement: import QtLocation 5.11
Since: Qt Location 5.11

Properties

Detailed Description

DynamicParameters by default contain only the type property, and are highly plugin-dependent. For this reason, additional properties have to be defined inside a DynamicParameter at declaration time, using the QML syntax "property var foo".

What properties have to be put inside a particular DynamicParameter type for a particular plugin can be found in the documentation of the plugin. Note that DynamicParameters are optional. By not specifying any of them, the Map will have the default behavior.

Property Documentation

type : string

Set-once property which holds a string defining the type of the DynamicParameter


© 2018 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.