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

Method createMappingManagerEngine

qgeoserviceproviderpluginamap.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26QGeoMappingManagerEngine *QGeoServiceProviderFactoryAmap::createMappingManagerEngine(
27 const QVariantMap &parameters,
28 QGeoServiceProvider::Error *error,
29 QString *errorString) const
30{
31 return new QGeoTiledMappingManagerEngineAmap(parameters, error, errorString);
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected