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

Method createRoutingManagerEngine

qgeoserviceproviderpluginamap.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14QGeoRoutingManagerEngine *QGeoServiceProviderFactoryAmap::createRoutingManagerEngine(
15 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const
16{
17 return new QGeoRoutingManagerEngineAmap(parameters, error, errorString);
18}
19
20QPlaceManagerEngine *QGeoServiceProviderFactoryAmap::createPlaceManagerEngine(
21 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected