Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt && gps favorites
Forum Updated to NodeBB v4.3 + New Features

Qt && gps favorites

Scheduled Pinned Locked Moved Mobile and Embedded
18 Posts 6 Posters 11.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kamalakshantv
    wrote on last edited by
    #7

    [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.

    1 Reply Last reply
    0
    • L Offline
      L Offline
      luca
      wrote on last edited by
      #8

      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.html

      Now I'm trying to find the problem...

      1 Reply Last reply
      0
      • L Offline
        L Offline
        luca
        wrote on last edited by
        #9

        Ok, it seems they solved the problem here:
        http://discussion.forum.nokia.com/forum/showthread.php?203983-undefined-reference-to-QtMobility

        1 Reply Last reply
        0
        • A Offline
          A Offline
          A.A.M.
          wrote on last edited by
          #10

          [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).

          1 Reply Last reply
          0
          • K Offline
            K Offline
            kamalakshantv
            wrote on last edited by
            #11

            [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

            1 Reply Last reply
            0
            • L Offline
              L Offline
              luca
              wrote on last edited by
              #12

              [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...?

              1 Reply Last reply
              0
              • L Offline
                L Offline
                luca
                wrote on last edited by
                #13

                sorry I found it:

                http://www.forum.nokia.com/info/sw.nokia.com/id/b6887d3c-99f1-4d88-bbe1-4e4edec7f446/series_60_landmarks_api_specification_c.pdf.html

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  A.A.M.
                  wrote on last edited by
                  #14

                  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

                  1 Reply Last reply
                  0
                  • L Offline
                    L Offline
                    luca
                    wrote on last edited by
                    #15

                    [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?

                    1 Reply Last reply
                    0
                    • A Offline
                      A Offline
                      A.A.M.
                      wrote on last edited by
                      #16

                      Feel free to check it. I might be wrong, but looks like Nokia Qt SDK doesn't include necessary files.

                      1 Reply Last reply
                      0
                      • D Offline
                        D Offline
                        dalaing
                        wrote on last edited by
                        #17

                        The Landmarks API will be in the next release of Qt Mobility, so it's not currently in the Nokia Qt SDK.

                        David Laing
                        Location API team
                        Qt Mobility

                        1 Reply Last reply
                        0
                        • L Offline
                          L Offline
                          luca
                          wrote on last edited by
                          #18

                          Ok thanks.

                          1 Reply Last reply
                          0

                          • Login

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Users
                          • Groups
                          • Search
                          • Get Qt Extensions
                          • Unsolved