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. move an image to specific position on the map

move an image to specific position on the map

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 663 Views
  • 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.
  • A Offline
    A Offline
    Andranik
    wrote on last edited by
    #1

    Image { width: 20; height: 20; source: marker.svg" ;}

    Do you know how can i put this image to certain coordinate on the qml map ?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Mammamia
      wrote on last edited by
      #2

      @Andranik

      Create a MapQucikItem with the image you want to add.
      And then add it to the map.

      Please refer links
      MapQuickItemt
      and
      Map.addMapItem

      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