Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Unsolved using Qt for positioning

    QML and Qt Quick
    3
    4
    492
    Loading More Posts
    • 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.
    • H
      hem1 last edited by

      I am extracting lat long data from NMEA format streaming though serial input, now i want to use this lat long information for positioning purpose, suppose i want to locate myself within a small area of 5x5 km so how should i proceed?? i have seen examples of positioning and map but i am not getting hold of it. anybody has done the same work or intended to do so kindly guide me.

      Pablo J. Rogina 1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        Did you already took a look at the Qt Positioning examples ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 2
        • Pablo J. Rogina
          Pablo J. Rogina @hem1 last edited by Pablo J. Rogina

          @hem1 said in using Qt for positioning:

          I am extracting lat long data from NMEA format streaming though serial input

          In addition to @SGaist suggestion about examples, please keep in mind that there's a QNmeaPositionInfoSource class able to handle NMEA data
          as positional information, and you can use a QSerialPort as the device to provide such information (see setDevice() method)

          Upvote the answer(s) that helped you solve the issue
          Use "Topic Tools" button to mark your post as Solved
          Add screenshots via postimage.org
          Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

          H 1 Reply Last reply Reply Quote 2
          • H
            hem1 @Pablo J. Rogina last edited by

            @Pablo-J.-Rogina thanks and sorry for late reply. i will look into the things you mentioned and get back to you

            1 Reply Last reply Reply Quote 0
            • First post
              Last post