Qt && gps favorites
-
wrote on 28 Jun 2010, 09:43 last edited by
Hi all,
I'm developing an application for Symbian that do some conversion to the gps coordinates and show it.
It would be useful to access to the ovi maps favorites.Is it possible... ?
Where can I find some documentation? -
wrote on 28 Jun 2010, 09:53 last edited by
Hm, interested in this too. Not only for symbian, but also for maemo.
-
wrote on 28 Jun 2010, 11:05 last edited by
A wild guess but this topic feels a lot like smack in the middle of what "ForumNokia(ForumNokia)":http://forum.nokia.com does. Did you search there?
-
wrote on 28 Jun 2010, 12:02 last edited by
[quote author="Alexandra Leisse" date="1277723112"]A wild guess but this topic feels a lot like smack in the middle of what "ForumNokia(ForumNokia)":http://forum.nokia.com does. Did you search there?[/quote]
Yes, I posted the same question there... without answer. :-)
-
wrote on 28 Jun 2010, 14:50 last edited by
[quote author="Luca" date="1277726575"][quote author="Alexandra Leisse" date="1277723112"]A wild guess but this topic feels a lot like smack in the middle of what "ForumNokia(ForumNokia)":http://forum.nokia.com does. Did you search there?[/quote]
Yes, I posted the same question there... without answer. :-)[/quote]
Ya saw your post there. But it seems there are no public api's currently available.
-
wrote on 28 Jun 2010, 14:57 last edited by
Is there a way to know what is and what is not in QtMobility release?
-
wrote on 28 Jun 2010, 15:05 last edited by
[quote author="Luca" date="1277737052"]Is there a way to know what is and what is not in QtMobility release?[/quote]
Check "this (http://labs.trolltech.com/blogs/2010/06/23/qt-mobility-101-released/)":http://labs.trolltech.com/blogs/2010/06/23/qt-mobility-101-released/link for a quick overview of latest Qt Mobility version released.
-
wrote on 28 Jun 2010, 19:09 last edited by
I think to have some problem with qt mobility included in the SDK (windows) because it doesn't compile for symbian device but it compile for qt simulator...
It seems to don't recognize qt mobility header when compiling for symbian devices.I can't compile for symbian also very simple apps like this:
http://doc.qt.nokia.com/qtmobility-1.0/quickstart.htmlNow I'm trying to find the problem...
-
wrote on 28 Jun 2010, 20:12 last edited by
Ok, it seems they solved the problem here:
http://discussion.forum.nokia.com/forum/showthread.php?203983-undefined-reference-to-QtMobility -
wrote on 13 Jul 2010, 06:47 last edited by
[quote author="Luca" date="1277718201"]
It would be useful to access to the ovi maps favorites.Is it possible... ?
Where can I find some documentation?
[/quote]
AFAIK, currently it's not possible even using Symbian C++. Ovi Maps API are currently not public. But there is a possibility to access Landmarks database (through Symbian C++ using Landmarks API). -
wrote on 13 Jul 2010, 07:34 last edited by
[quote author="A.A.M." date="1279003650"][quote author="Luca" date="1277718201"]
It would be useful to access to the ovi maps favorites.Is it possible... ?
Where can I find some documentation?
[/quote]
AFAIK, currently it's not possible even using Symbian C++. Ovi Maps API are currently not public. But there is a possibility to access Landmarks database (through Symbian C++ using Landmarks API).[/quote]very true
-
wrote on 13 Jul 2010, 19:05 last edited by
[quote author="A.A.M." date="1279003650"]
AFAIK, currently it's not possible even using Symbian C++. Ovi Maps API are currently not public. But there is a possibility to access Landmarks database (through Symbian C++ using Landmarks API).[/quote]Thanks,
have you got a link to some documentation about...?
-
wrote on 13 Jul 2010, 19:06 last edited by
-
wrote on 13 Jul 2010, 19:18 last edited by
Also you can check Location API from QtMobility package ( "src tree":http://qt.gitorious.org/qt-mobility/qt-mobility/trees/master/src/location )
Also a technology preview of "Mobile Extensions for Qt for Symbian":http://www.forum.nokia.com/piazza/wiki/images/b/b4/Mobile_extensions_preview_3.zip also includes Landmarks API as described "here":http://wiki.forum.nokia.com/index.php/Mobile_Extensions#8._Landmarks_API and "here":http://books.google.com/books?id=uh0LnSKusjMC&pg=PA86&lpg=PA86&dq=xqlandmark&source=bl&ots=f7B7b4Aqn2&sig=UwexwlJA2Zqd9_cIP1a2ShO8EGg&hl=en&ei=fLk8TNLvNOKfONr8wMIP&sa=X&oi=book_result&ct=result&resnum=3&ved=0CCQQ6AEwAg#v=onepage&q=xqlandmark&f=false
-
wrote on 13 Jul 2010, 19:26 last edited by
[quote author="A.A.M." date="1279048701"]Also you can check Location API from QtMobility package ( "src tree":http://qt.gitorious.org/qt-mobility/qt-mobility/trees/master/src/location )
Also a technology preview of "Mobile Extensions for Qt for Symbian":http://www.forum.nokia.com/piazza/wiki/images/b/b4/Mobile_extensions_preview_3.zip also includes Landmarks API as described "here":http://wiki.forum.nokia.com/index.php/Mobile_Extensions#8._Landmarks_API and "here":http://books.google.com/books?id=uh0LnSKusjMC&pg=PA86&lpg=PA86&dq=xqlandmark&source=bl&ots=f7B7b4Aqn2&sig=UwexwlJA2Zqd9_cIP1a2ShO8EGg&hl=en&ei=fLk8TNLvNOKfONr8wMIP&sa=X&oi=book_result&ct=result&resnum=3&ved=0CCQQ6AEwAg#v=onepage&q=xqlandmark&f=false
[/quote]
so it's in the Nokia Qt SDK?
-
wrote on 13 Jul 2010, 19:56 last edited by
Feel free to check it. I might be wrong, but looks like Nokia Qt SDK doesn't include necessary files.
-
wrote on 14 Jul 2010, 03:26 last edited by
The Landmarks API will be in the next release of Qt Mobility, so it's not currently in the Nokia Qt SDK.
-
wrote on 14 Jul 2010, 06:12 last edited by
Ok thanks.