Can you provide a link to this "maps" example that uses offline data? I haven't seen it.
Can you provide a link to this "maps" example that uses offline data? I haven't seen it.
What's the name of the plugin? How I can use it? Any examples existing?
The example "maps" of QtMobility 1.1.2 uses the class QGeoServiceProvider("nokia") to get access to offline OVI maps.
But this class was introduced with QtMobilit 1.1. What is the equivalent class in QtMobility 1.0?
Regards
jackmack
Added after 8 minutes:
You can find the example in QtMobility 1.1.2 package. You can download it here
ftp://ftp.qt.nokia.com/qt/add-ons/qt...-src-1.1.3.zip
Look into examples/mapviewer.
I use QtSDK 1.1.2 and if you choose in configuration 4.7.3 the QtMobility 1.1.3 is used automatically. The I added the mapwidget.h/.cpp and mainwindow.h/.cpp to my project.
Last edited by jackmack; 21st March 2012 at 15:18.
No, I use the QtSDk 1.1.2.
If you choose "building Qt-mobile application" the you can use Qt 4.6.3 (automatically using QtMobility 1.0.2) or Qt 4.7.3 (automatically using QtMobility 1.1.3).
In the symbian package there is an overview about which symbian version (S60 3rd, 5th...) supports what Qt versions.
Therefore you cannot only linking Qt 4.6.3 to 1.1.3.
The QT Mobility 1.2 "mapsdemo" example uses the "nokia" plugin and Ovi maps to provide online map service, not offline. Without a network connection you may still have access to maps already in the small cache but outside that no mapping data will be available. That's why I asked where the offline, that is not requiring a network connection, maps plugin was. I'd love to have one that can do a basic world map without online connectivity, rather than having to write it myself.Look into examples/mapviewer.
Actually this plugin should be available somewhere as Nokia N9 mapping application can use offline maps and since it's written in QML, I'm assuming it's using QtMobility for map access.
Bookmarks