Nokia Maps Api
-
Hae am developing My first App.. using Qml i want to implement Nokia Map Api where by the Map wud show the users current Position.. The problem is that the Map is not loading .. The console has the following error
“Host f.maptile.maps.svc.ovi.com not found”
“Host i.maptile.maps.svc.ovi.com not found”
“Host g.maptile.maps.svc.ovi.com not found”
“Host g.maptile.maps.svc.ovi.com not found”
“Host j.maptile.maps.svc.ovi.com not found”
“Host h.maptile.maps.svc.ovi.com not found”Am using Qt 4.7 I have obtained the nokia App id and token and included it in the plugin parameters
@
Plugin {
id :aplugin name : “nokia”
PluginParameter {
name: “proxy”;
value: “system”
}
PluginParameter {
name: “mapping.cache.size” ;
value: 50000000
}
PluginParameter {
name: “app_id”;
value: iDtHN1bUMcoksdjksjdksdksj
}
PluginParameter {
name: “token”;
value: PmBPY0X56v5s56kjkjk65jk5
}
}
@
Am also using a L.A.N network to access the internet.. please assist because the Map is not loading[Edit: Added @ code tags and cleaned up formatting for legibility; mlong]