Hi, I want to use the map to see where I am.
This app should also work if there are no connection to the internet, no wifi and no 3g.
On my app, if I ask for connectivity modes:
QList<ConnectivityMode> list = this->supportedConnectivityModes();
I get always the same mode: 2.
I have an ID and a token, but it seem that I am not able to get the offline data.
What should I write, to get the offline map?
Thanks, Tiger54

Reply With Quote

