Questions about QGeoServiceProvider
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?
[CODE]QGraphicsGeoMap::setConnectivityMode(QGraphicsGeoMap::OfflineMode)[/CODE]
dosen't work. Maps and Tiles are always loaded over internet. :mad:
2. How to get rid off the following message:
[CODE][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 [/CODE]
I set app_id and token before calling QGeoServiceProvider. But the message won't go away :mad:
[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);
[/CODE]
Please help !!!
Best regards
T.
Re: Questions about QGeoServiceProvider
AFAIK the current version of the API does not support offline.
second issue has been discussed in: [url]http://www.developer.nokia.com/Community/Discussion/showthread.php?234202-Re-Welcome-to-Maps-API-for-Qt[/url]
Re: Questions about QGeoServiceProvider
Hi,
thanks for your fast anwser !!!
Are there any plans/roadmap to support offline maps?
Best regards
T.
Re: Questions about QGeoServiceProvider
I have not seen any public road map publiced which would have had any indication that the support for offline map and/or mapservices would be coming, so could not make any comments on any plans/roadmaps for this issue.