summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativegeomapparameter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/declarativemaps/qdeclarativegeomapparameter.cpp')
-rw-r--r--src/location/declarativemaps/qdeclarativegeomapparameter.cpp14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeomapparameter.cpp b/src/location/declarativemaps/qdeclarativegeomapparameter.cpp
index 2408e1c7..77a78aee 100644
--- a/src/location/declarativemaps/qdeclarativegeomapparameter.cpp
+++ b/src/location/declarativemaps/qdeclarativegeomapparameter.cpp
@@ -68,7 +68,7 @@ Q_SIGNALS:
\since QtLocation 5.9
\deprecated
- Use \l DynamicParameter instead.
+ This type is deprecated and has been remamed into \l DynamicParameter.
*/
/*!
@@ -78,9 +78,11 @@ Q_SIGNALS:
\ingroup qml-QtLocation5-maps
\since Qt Location 5.11
- \brief The DynamicParameter type represents a parameter for a Map element.
- This type provides a mean to specify plugin-dependent optional parameters
- for a map.
+ \brief The DynamicParameter (previously \l MapParameter ) type represents a parameter for a Map element,
+ or other elements used in a Map (such as map items, etc.).
+ This type provides a mean to specify plugin-dependent optional dynamic parameters that allow a plugin to
+ extend the runtime API of the module.
+
DynamicParameters by default contain only the \l type property, and
are highly plugin-dependent.
@@ -89,8 +91,8 @@ Q_SIGNALS:
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 \b optional.
- By not specifying any of them, the Map will have the default behavior.
+ \note DynamicParameters are \b optional.
+ By not specifying any of them, the Map, or other container elements, will have the default behavior.
*/
/*!