<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">I have an example project showing a map and a location.<div>Will try publishing it online later tonight/tomorrow so you guys don’t have to walk to Mordor and back like I did to get it working ;)</div><div><br></div><div>//bob</div><div><br></div><div><br><div><div>On 19 Dec 2013, at 14:45, Sthocs <<a href="mailto:sthocs@hotmail.com">sthocs@hotmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">tw_bolek <tw_bolek@...> writes:<br><br><blockquote type="cite"><br><blockquote type="cite"><at> Bolek, have you got it working?<br></blockquote><br>Yes, it does work this way. Thank you *VERY MUCH* Chris for your help!   <br></blockquote>For my needs now it's even better than<br><blockquote type="cite">previously as on Harmattan I then had to use Qt.createQmlObject for what I<span class="Apple-converted-space"> </span><br></blockquote>needed to get.<br><blockquote type="cite"><br>Thanks a lot!<br><br>BTW. Do you perhaps now the URL of the site where one can register to get<span class="Apple-converted-space"> </span><br></blockquote>the API key to use Nokia Maps plugin?  If<br><blockquote type="cite">I try to use it without any key it says to go to<span class="Apple-converted-space"> </span><br></blockquote><a href="https://api.developer.nokia.com">https://api.developer.nokia.com</a> but that URL just<br><blockquote type="cite">redirects to the main Nokia Developer page.  I can't find the right place<span class="Apple-converted-space"> </span><br></blockquote>to register...   <br><blockquote type="cite"><br>_______________________________________________<br><a href="http://SailfishOS.org">SailfishOS.org</a> Devel mailing list<br><br><br></blockquote><br><br>Hello,<br><br>I also wanted to use a Map in my application, and I am still struggling.<br>I already figured out that:<br>- We have to install QtLocation/QtPositioning in the SDK<br>- We have to manually install them in the emulator (I just found out about<span class="Apple-converted-space"> </span><br>pkcon and zypper)<br>- We need to use QtPositioning.coordinate instead of Coordinate.<br><br>But now, if I try to display the simplest Map, I just get a blank screen. I<span class="Apple-converted-space"> </span><br>have a message telling me that there is an error with the Plugin I use (does<span class="Apple-converted-space"> </span><br>not support something - sorry I don't have the precise error message here)<br><br>I am sure it's something simple (some entry missing in the .pro?) but I<span class="Apple-converted-space"> </span><br>could not find what yesterday, and I don't have so much time to search (It<span class="Apple-converted-space"> </span><br>was really cool with Harmattan to have an example out of the box that we<span class="Apple-converted-space"> </span><br>could just copy/paste and start customizing).<br><br>Would it be possible to have a simple example in the doc explaining all the<span class="Apple-converted-space"> </span><br>required steps?<br>Or do you see what I am missing? For the plugin, I just put the same than<span class="Apple-converted-space"> </span><br>for Harmattan:<br>plugin : Plugin {<br>                       name : "nokia";<br>                       parameters: [<br>                           PluginParameter { name: "app_id"; value: "APPID"<span class="Apple-converted-space"> </span><br>},<br>                           PluginParameter { name: "token"; value: "TOKEN"<span class="Apple-converted-space"> </span><br>}<br>                      ]<br>                   }<br><br>Thanks for your help!<br><br>_______________________________________________<br><a href="http://sailfishos.org/">SailfishOS.org</a><span class="Apple-converted-space"> </span>Devel mailing list</div></blockquote></div><br></div></body></html>