Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Open the Nokia Maps application with QML or a Qt Widget application
Qt 6.11 is out! See what's new in the release blog

Open the Nokia Maps application with QML or a Qt Widget application

Scheduled Pinned Locked Moved QML and Qt Quick
7 Posts 2 Posters 4.5k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Hello,

    I want to open the Nokia Maps application with defined coordinates for the center location.
    No "Maps"-object should be used, I want the actual application to open with coordinates like in the POIs menu and then "show on map" does.

    Thank you

    1 Reply Last reply
    0
    • G Offline
      G Offline
      GentooXativa
      wrote on last edited by
      #2

      Try using
      @ Qt.openUrlExternally("geo:61.446943,23.86449")@

      That open the current device map on that location.

      Jose Vicente Giner Sanchez - Senior Mobile Developer

      www.gigigo.com

      C/ Dr. Zamenhof 36bis, 1ºA 28027 Madrid
      T: +34 917431436

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        Thanks, this is great.
        Now, I want this with my Qt Widget Based Mobile Application, i.e. C++ too, integrating it in a on_pushButton_clicked() event for example. How to do so?


        I gonna try...:
        QDesktopServices::openUrl()

        1 Reply Last reply
        0
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          error: no matching function for call to 'QDesktopServices::openUrl(const char [23])'

          1 Reply Last reply
          0
          • ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #5

            Now trying... QDeclarativeEngine

            1 Reply Last reply
            0
            • ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #6

              Now trying... QDeclarativeEngine

              The result is:
              undefined reference to `QDeclarativeEngine::QDeclarativeEngine(QObject*)'

              unable to edit replys, (I already cleared cache and cookies) error message:
              Error 503 Service Unavailable

              Service Unavailable
              Guru Meditation:

              XID: 111677548

              Varnish cache server

              1 Reply Last reply
              0
              • ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #7

                QDesktopServices::openUrl(QUrl("geo:61.446943,23.86449")) did not work, the browser opened, that was fine, but then the intern error message with a red warning sign popped up: "web site not found"

                I refer to
                http://www.developer.nokia.com/Community/Wiki/How_to_launch_other_applications_in_Qt

                This shall be moved to Mobile and EMbeded

                Edit:
                To make this complete, I should link to "this thread":http://qt-project.org/forums/viewthread/15826 I found right now and it is very disappointing.

                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