When using
it's givingCode:Map { id: map plugin : Plugin { name : "nokia" } size.width: parent.width size.height: 200 zoomLevel: 20 center: Coordinate { latitude: lat longitude: lon } MapCircle{ center : Coordinate { latitude : lat longitude : lon } radius : 10.0 color: "red" } }
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 [Qt Message] ********************************************************************************
I think I should give it in the Plugin parameters
but how the parameters should be put?Code:Plugin { name : "nokia" parameters: { PluginParameter { name: "mapping.referer" value: "xx" }, PluginParameter { name: "mapping.token" value: "yy" } } }

Reply With Quote

