Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qgeorouterequest_p.h
Go to the documentation of this file.
1// Copyright (C) 2021 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
4#ifndef QGEOROUTEREQUEST_P_H
5#define QGEOROUTEREQUEST_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include "qgeorouterequest.h"
19
20#include <QList>
21#include <QSharedData>
22#include <QDateTime>
23#include <QMap>
24#include <QVariantMap>
25
27
29{
30public:
31 bool operator==(const QGeoRouteRequestPrivate &other) const;
32
36 QGeoRouteRequest::TravelModes travelModes = QGeoRouteRequest::CarTravel;
39 QGeoRouteRequest::RouteOptimizations routeOptimization = QGeoRouteRequest::FastestRoute;
43};
44
46
47#endif
\inmodule QtCore\reentrant
Definition qdatetime.h:257
QGeoRouteRequest::TravelModes travelModes
QGeoRouteRequest::SegmentDetail segmentDetail
QList< QGeoRectangle > excludeAreas
QGeoRouteRequest::ManeuverDetail maneuverDetail
QMap< QGeoRouteRequest::FeatureType, QGeoRouteRequest::FeatureWeight > featureWeights
QGeoRouteRequest::RouteOptimizations routeOptimization
bool operator==(const QGeoRouteRequestPrivate &other) const
QList< QGeoCoordinate > waypoints
FeatureWeight
Defines the weight to associate with a feature during the planning of a route.
SegmentDetail
Defines the amount of route segment information that should be included with the route.
ManeuverDetail
Defines the amount of maneuver information that should be included with the route.
FeatureType
Defines a feature which is important to the planning of a route.
Definition qlist.h:74
Definition qmap.h:186
\inmodule QtCore
Definition qshareddata.h:19
Combined button and popup list for selecting options.
QSharedPointer< T > other(t)
[5]