Using Maps without internet
-
Hi Guys,
Is there a way of using the "QML Map":http://doc.qt.nokia.com/qtmobility-1.1.1/qml-map.html element without having access to the internet? I am thinking of a way to use the integrated OVI Maps (that can be downloaded before). By using some sort of API...
Could this be even done, or we are obliged in using the internet?
Thanks in advance for any ideas.
Regards,
wladek -
The QML Map Element is part of the "Location Plugin":http://doc.qt.nokia.com/qtmobility-1.1.1/qml-location-plugin.html.
Ok, so I download the maps using Ovi, and then how do I tell the QML Map not to bind to the internet, but instead to use the local maps?
-
So I am having a look at this example: "http://doc.qt.nokia.com/qtmobility-1.1.1/declarative-location-mapviewer.html":http://doc.qt.nokia.com/qtmobility-1.1.1/declarative-location-mapviewer.html.
I deploy my application on a E7 device and the map loads nicely if a have the Wi-Fi enabled and connected to a wireless network. But when I turn the Wi-Fi off and start the application I have the error: @[Qt Message] "Network session error." @
In the example, the Map element is defined like: @Map {
id: map
plugin : Plugin {
name : "nokia"
}
size.width: parent.width
size.height: parent.height
zoomLevel: 7
.
.
.
}@Do I need to change the plugin to a different one? But which?
Regards,
Wladek -
Hey folks, so that means these:
connectivityMode : enumeration
This property holds the connectivity mode used to fetch the map data.
The mode can be one of:
Map.OfflineMode
Map.OnlineMode
Map.HybridMode
The default value is determined by the plugin.Won't work on Symbian?
WHat about Meego? Maemo? could you please clarify?