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
4
#
include
"qgeoserviceproviderpluginosm.h"
5
#
include
"qgeotiledmappingmanagerengineosm.h"
6
#
include
"qgeocodingmanagerengineosm.h"
7
#
include
"qgeoroutingmanagerengineosm.h"
8
#
include
"qplacemanagerengineosm.h"
9
10
QT_BEGIN_NAMESPACE
11
12
QGeoCodingManagerEngine *QGeoServiceProviderFactoryOsm::createGeocodingManagerEngine(
13
const
QVariantMap ¶meters, QGeoServiceProvider::Error *error, QString *errorString)
const
14
{
15
return
new
QGeoCodingManagerEngineOsm(parameters, error, errorString);
16
}
17
18
QGeoMappingManagerEngine *QGeoServiceProviderFactoryOsm::createMappingManagerEngine(
19
const
QVariantMap ¶meters, QGeoServiceProvider::Error *error, QString *errorString)
const
20
{
21
return
new
QGeoTiledMappingManagerEngineOsm
(parameters, error, errorString);
22
}
23
24
QGeoRoutingManagerEngine *QGeoServiceProviderFactoryOsm::createRoutingManagerEngine(
25
const
QVariantMap ¶meters, QGeoServiceProvider::Error *error, QString *errorString)
const
26
{
27
return
new
QGeoRoutingManagerEngineOsm
(parameters, error, errorString);
28
}
29
30
QPlaceManagerEngine *QGeoServiceProviderFactoryOsm::createPlaceManagerEngine(
31
const
QVariantMap ¶meters, QGeoServiceProvider::Error *error, QString *errorString)
const
32
{
33
return
new
QPlaceManagerEngineOsm
(parameters, error, errorString);
34
}
35
36
QT_END_NAMESPACE
QGeoRoutingManagerEngineOsm
Definition
qgeoroutingmanagerengineosm.h:16
QGeoTiledMappingManagerEngineOsm
Definition
qgeotiledmappingmanagerengineosm.h:17
QPlaceManagerEngineOsm
Definition
qplacemanagerengineosm.h:17
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtlocation
src
plugins
geoservices
osm
qgeoserviceproviderpluginosm.cpp
Generated on
for Qt by
1.14.0