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 c1361d5d..8829e88d 100644
--- a/src/location/declarativemaps/qdeclarativegeomapparameter.cpp
+++ b/src/location/declarativemaps/qdeclarativegeomapparameter.cpp
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
\since QtLocation 5.9
\deprecated
- Use \l DynamicParameter instead.
+ This type is deprecated and has been remamed into \l DynamicParameter.
*/
/*!
@@ -60,9 +60,11 @@ QT_BEGIN_NAMESPACE
\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.
@@ -71,8 +73,8 @@ QT_BEGIN_NAMESPACE
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.
*/
/*!