1The example can work with any of the available geo services plugins.  However, some
2plugins may require additional \l {QtLocation::PluginParameter}{plugin parameters} in order to
3function correctly.  \l {QtLocation::PluginParameter}{Plugin parameters} can be passed on the
4command line using the \c {--plugin} argument, which takes the form:
5
6\badcode
7    --plugin.<parameter name> <parameter value>
8\endcode
9
10Refer to the documentation for each of the geo services plugins for details on what plugin
11parameters they support. The default plugin used by this example is
12\l {Qt Location Open Street Map Plugin}, which does not require any parameters.
13