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
qgeomapitemgeometry.cpp
Go to the documentation of this file.
1// Copyright (C) 2022 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
6#include <QtQuick/QSGGeometry>
7
8#include <QtPositioning/private/qlocationutils_p.h>
9#include <QtPositioning/private/qdoublevector2d_p.h>
10#include <QtLocation/private/qgeomap_p.h>
11#include <QtLocation/private/qgeoprojection_p.h>
12
13QT_BEGIN_NAMESPACE
14
15QGeoMapItemGeometry::QGeoMapItemGeometry()
16{
17}
18
19QGeoMapItemGeometry::~QGeoMapItemGeometry()
20{
21
22}
23
24QT_END_NAMESPACE