summaryrefslogtreecommitdiff
path: root/src/location/doc/src/example-parameters.qdocinc
blob: 2ae351baa4bfe72b280fe0a32731d56c8477af95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
The example can work with any of the available geo services plugins.  However, some
plugins may require additional \l {QtLocation::PluginParameter}{plugin parameters} in order to
function correctly.  \l {QtLocation::PluginParameter}{Plugin parameters} can be passed on the
command line using the \c {--plugin} argument, which takes the form:

\badcode
    --plugin.<parameter name> <parameter value>
\endcode

Refer to the documentation for each of the geo services plugins for details on what plugin
parameters they support. The default plugin used by this example is
\l {Qt Location Open Street Map Plugin}, which does not require any parameters.