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-cpp.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\page qtlocation-cpp.html
6\title Qt Location C++ API
7\brief Information about the Qt Location C++ API
8
9The Location API provides a library for mapping, navigation and place information.
10
11\tableofcontents
12
13The Qt Location API provides the developer with a set of functions to interact
14with maps, navigational data and places of interest. This is particularly useful
15when associated with current position information which can be retrieved via the
16\l QtPositioning module.
17
18With the Maps API we can associate a position with a map in various formats supplied by a backend.
19Then the Places API could be used to populate places on the Map or even
20specify the current position as a place of interest and associate it with
21an icon, contact details and other information.
22
23The following table provides links to more detailed information on sections of the
24Qt Location C++ API.
25
26\table
27 \row
28 \li \l {Maps and Navigation (C++)}{Maps and Navigation}
29 \li Displaying maps and finding routes.
30 \row
31 \li \l {Places (C++)} {Places}
32 \li Searching for and managing points of interest.
33 \row
34 \li \l {Qt Location GeoServices}{Geoservices Plugin Implementation}
35 \li Implement new geoservices and positioning plugins.
36\endtable
37
38
39\section1 Geoservice Provider Classes
40
41 \annotatedlist QtLocation-common
42
43
44\section1 Maps and Navigation Classes
45
46Currently it is not possible to interact with maps data via C++. The only available interface is the \l {Maps and Navigation (QML)} API.
47
48 \annotatedlist QtLocation-maps
49
50 \annotatedlist QtLocation-routing
51
52 \annotatedlist QtLocation-geocoding
53
54
55\section1 Places Classes
56
57 \annotatedlist QtLocation-places
58
59
60\section1 Geoservices and Positioning Plugin Classes
61
62 \annotatedlist QtLocation-impl
63
64*/
65