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