Hi,
i'm showing Nokia Maps on Belle devices. But there are two things that make me thinking the API is promising more then the implementation can support.
1. How to switch QGeoServiceProvider and QGeoMappingManager into offline mode?
dosen't work. Maps and Tiles are always loaded over internet.Code:QGraphicsGeoMap::setConnectivityMode(QGraphicsGeoMap::OfflineMode)![]()
2. How to get rid off the following message:
I set app_id and token before calling QGeoServiceProvider. But the message won't go awayCode:[Qt Message] Qt Location requires usage of app_id and token parameters obtained from: [Qt Message] https://api.forum.nokia.com/ovi-api/ui/registration [Qt Message] For more information about app_id and token please consult: [Qt Message] http://doc.qt.nokia.com/qtmobility-latest/location-overview.html#the-nokia-plugin
Please help !!!Code:QMap<QString, QVariant> parameters; parameters["mapping.app_id"] = "my_super_special_secret_id"; parameters["mapping.token"] = "my_super_special_secret_token"; QGeoServiceProvider *prov = new QGeoServiceProvider("nokia", parameters);
Best regards
T.

Reply With Quote

