| 12 | } |
| 13 | |
| 14 | QGeoRoutingManagerEngine *QGeoServiceProviderFactoryAmap::createRoutingManagerEngine( |
| 15 | const QVariantMap ¶meters, QGeoServiceProvider::Error *error, QString *errorString) const |
| 16 | { |
| 17 | return new QGeoRoutingManagerEngineAmap(parameters, error, errorString); |
| 18 | } |
| 19 | |
| 20 | QPlaceManagerEngine *QGeoServiceProviderFactoryAmap::createPlaceManagerEngine( |
| 21 | const QVariantMap ¶meters, QGeoServiceProvider::Error *error, QString *errorString) const |
nothing calls this directly
no outgoing calls
no test coverage detected