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
qlocation.cpp
Go to the documentation of this file.
1
// Copyright (C) 2015 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
// Qt-Security score:significant reason:default
4
5
#
include
<
QtLocation
/
QLocation
>
6
7
QT_BEGIN_NAMESPACE
8
9
namespace
QLocation
{
10
11
/*!
12
\namespace QLocation
13
\inmodule QtLocation
14
\keyword QLocation Namespace
15
16
\brief The QLocation namespace contains miscellaneous identifiers used throughout the
17
QtLocation module.
18
*/
19
20
/*!
21
\enum QLocation::Visibility
22
23
Defines the visibility of a QPlace or QPlaceCategory.
24
25
\value UnspecifiedVisibility No explicit visibility has been defined.
26
\value DeviceVisibility Places and categories with DeviceVisibility are only stored on
27
the local device.
28
\value PrivateVisibility Places and categories with PrivateVisibility are only visible
29
to the current user. The data may be stored either locally or
30
on a remote service or both.
31
\value PublicVisibility Places and categories with PublicVisibility are visible to
32
everyone.
33
34
A particular manager may support one or more visibility scopes. For example a manager from one provider may only provide places
35
that are public to everyone, whilst another may provide both public and private places.
36
37
\note The meaning of unspecified visibility depends on the context it is used.
38
39
When \e saving a place or category, the
40
default visibility is unspecified meaning that the manager chooses an appropriate visibility scope for the item.
41
42
When \e searching for places, unspecified means that places of any scope is returned.
43
*/
44
45
/*!
46
\enum QLocation::ReferenceSurface
47
\since 6.6
48
49
Defines the reference surface on which various map items (e.g. polygons, polylines) are defined.
50
51
\value Map Items are defined on a map. This means, e.g. for a polyline that
52
nodes are connected with straight lines on the map.
53
\value Globe Items are defined on the globe. This means, e.g. for a polyine
54
that nodes are connected with circle sections that represent the
55
shortest connection between points on a sphere. This connection is
56
also known as great circle path.
57
*/
58
}
59
60
QT_END_NAMESPACE
QLocation
\inmodule QtLocation \keyword QLocation Namespace
Definition
qlocation.cpp:9
qtlocation
src
location
qlocation.cpp
Generated on
for Qt by
1.16.1