| 6 | |
| 7 | |
| 8 | QGeoCodingManagerEngine *QGeoServiceProviderFactoryAmap::createGeocodingManagerEngine( |
| 9 | const QVariantMap ¶meters, QGeoServiceProvider::Error *error, QString *errorString) const |
| 10 | { |
| 11 | return new QGeoCodingManagerEngineAmap(parameters, error, errorString); |
| 12 | } |
| 13 | |
| 14 | QGeoRoutingManagerEngine *QGeoServiceProviderFactoryAmap::createRoutingManagerEngine( |
| 15 | const QVariantMap ¶meters, QGeoServiceProvider::Error *error, QString *errorString) const |
nothing calls this directly
no outgoing calls
no test coverage detected