Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtlocation-examples.qdoc
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \group qtlocation-examples
6 \title Qt Location Examples
7 \brief Examples for the Qt Location module
8 \ingroup qtlocation
9
10 These examples show a range of different uses for \l{Qt Location},
11 such as displaying a map within a QML user interface, implementing basic routing and
12 place search, as well as integrating positioning data types.
13
14 These examples can work with any of the available geo services plugins. However, some plugins may
15 require additional \l {QtLocation::PluginParameter}{plugin parameters} in order to function correctly.
16 The default plugin used by these examples is \l {Qt Location Open Street Map Plugin}, which does not
17 require any parameters.
18*/
19