MCPcopy Create free account
hub / github.com/SindenDev/amap / createGeocodingManagerEngine

Method createGeocodingManagerEngine

qgeoserviceproviderpluginamap.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8QGeoCodingManagerEngine *QGeoServiceProviderFactoryAmap::createGeocodingManagerEngine(
9 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const
10{
11 return new QGeoCodingManagerEngineAmap(parameters, error, errorString);
12}
13
14QGeoRoutingManagerEngine *QGeoServiceProviderFactoryAmap::createRoutingManagerEngine(
15 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected