openpilot v0.9.6 release
date: 2024-02-21T23:02:42 master commit: 0b4d08fab8e35a264bc7383e878538f8083c33e5
This commit is contained in:
31
third_party/maplibre-native-qt/include/qt_mapping_engine.hpp
vendored
Normal file
31
third_party/maplibre-native-qt/include/qt_mapping_engine.hpp
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
// Copyright (C) 2023 MapLibre contributors
|
||||
// Copyright (C) 2017 The Qt Company Ltd.
|
||||
// Copyright (C) 2017 Mapbox, Inc.
|
||||
|
||||
// SPDX-License-Identifier: LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "export_location.hpp"
|
||||
|
||||
#include <QMapLibre/Settings>
|
||||
|
||||
#include <QtLocation/private/qgeomappingmanagerengine_p.h>
|
||||
#include <QtLocation/QGeoServiceProvider>
|
||||
|
||||
namespace QMapLibre {
|
||||
|
||||
class Q_MAPLIBRE_LOCATION_EXPORT QtMappingEngine : public QGeoMappingManagerEngine {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
QtMappingEngine(const QVariantMap ¶meters, QGeoServiceProvider::Error *error, QString *errorString);
|
||||
|
||||
QGeoMap *createMap() override;
|
||||
|
||||
private:
|
||||
Settings m_settings;
|
||||
QString m_mapItemsBefore;
|
||||
};
|
||||
|
||||
} // namespace QMapLibre
|
||||
Reference in New Issue
Block a user