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
qgeoserviceproviderpluginosm.cpp
Go to the documentation of this file.
1
// Copyright (C) 2016 Aaron McCarthy <mccarthy.aaron@gmail.com>
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
"qgeoserviceproviderpluginosm.h"
6
#
include
"qgeotiledmappingmanagerengineosm.h"
7
#
include
"qgeocodingmanagerengineosm.h"
8
#
include
"qgeoroutingmanagerengineosm.h"
9
#
include
"qplacemanagerengineosm.h"
10
11
QT_BEGIN_NAMESPACE
12
13
QGeoCodingManagerEngine *QGeoServiceProviderFactoryOsm::createGeocodingManagerEngine(
14
const
QVariantMap ¶meters, QGeoServiceProvider::Error *error, QString *errorString)
const
15
{
16
return
new
QGeoCodingManagerEngineOsm(parameters, error, errorString);
17
}
18
19
QGeoMappingManagerEngine *QGeoServiceProviderFactoryOsm::createMappingManagerEngine(
20
const
QVariantMap ¶meters, QGeoServiceProvider::Error *error, QString *errorString)
const
21
{
22
return
new
QGeoTiledMappingManagerEngineOsm
(parameters, error, errorString);
23
}
24
25
QGeoRoutingManagerEngine *QGeoServiceProviderFactoryOsm::createRoutingManagerEngine(
26
const
QVariantMap ¶meters, QGeoServiceProvider::Error *error, QString *errorString)
const
27
{
28
return
new
QGeoRoutingManagerEngineOsm
(parameters, error, errorString);
29
}
30
31
QPlaceManagerEngine *QGeoServiceProviderFactoryOsm::createPlaceManagerEngine(
32
const
QVariantMap ¶meters, QGeoServiceProvider::Error *error, QString *errorString)
const
33
{
34
return
new
QPlaceManagerEngineOsm
(parameters, error, errorString);
35
}
36
37
QT_END_NAMESPACE
QGeoRoutingManagerEngineOsm
Definition
qgeoroutingmanagerengineosm.h:17
QGeoTiledMappingManagerEngineOsm
Definition
qgeotiledmappingmanagerengineosm.h:18
QPlaceManagerEngineOsm
Definition
qplacemanagerengineosm.h:18
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
qtlocation
src
plugins
geoservices
osm
qgeoserviceproviderpluginosm.cpp
Generated on
for Qt by
1.16.1