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. MapObjectView/MapPolylineObject - what kind of beast?

MapObjectView/MapPolylineObject - what kind of beast?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
qmlmapmapitemviewmapobjectview
2 Posts 2 Posters 513 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.
  • M Offline
    M Offline
    morte
    wrote on last edited by
    #1

    I have looked at docs about added in 5.11 types MapObjectView, MapPolylineObject and its not clean whats the purpose of those types when there is already exist MapItemView and MapPolyline?

    1 Reply Last reply
    0
    • 0 Offline
      0 Offline
      0...-5
      wrote on last edited by
      #2

      I know I'm too late, but...I was also interested in this problem and found the following in the qt source code:

      The difference between a GeoMapObject and a MapItem is twofold. First, GeoMapObject are always backed
      by a plugin-specific implementation and do not come with a default implementation. If a plugin does
      not support a specific GeoMapObject type, adding such a GeoMapObject will have no effect.
      Second, GeoMapObject are not QQuickItems, thus being a much more lightweight way to add content to
      a map.
      GeoMapObject support is plugin-dependent, and is documented per plugin.

      1 Reply Last reply
      1

      • Login

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