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. How to add Points in QtLocation map
Qt 6.11 is out! See what's new in the release blog

How to add Points in QtLocation map

Scheduled Pinned Locked Moved Solved QML and Qt Quick
5 Posts 3 Posters 850 Views 3 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.
  • S Offline
    S Offline
    sush123
    wrote on last edited by sush123
    #1

    Hi Everyone,

    Can any one suggest me how can i add points in Qtlocation map ,

    I need add points and i may need to insert points between two points, select points, remove points and so on

    im using MapPolyline to draw line

    MapItemView {
    model: missionModel
    delegate: MapPolyline {
    line.width: 3
    line.color: model.color
    path: model.path
    visible: model.isVisible
    }
    z:2
    }

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      The points are POI's right ?

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sush123
        wrote on last edited by
        #3

        I used Mapcircle with less radius to draw points i did not find any better way to draw point.

        ODБOïO 1 Reply Last reply
        0
        • S sush123

          I used Mapcircle with less radius to draw points i did not find any better way to draw point.

          ODБOïO Offline
          ODБOïO Offline
          ODБOï
          wrote on last edited by
          #4

          @sush123 hi, see MapQuickItem QML Type

          1 Reply Last reply
          3
          • S Offline
            S Offline
            sush123
            wrote on last edited by
            #5

            Hi,

            It did work, thank you :)

            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