Qt/Qml: Repeater vs. MapItemView for map elements
问题 I want to populate a Qml Map with map elements (like MapCircle, ...) from a QAbstractListModel . There seem to be two Qml tools suitable for this, MapItemView [1] and Repeater [2]. The Repeater is more powerful (e.g. it allows nested models) - so is there any reason to use the MapItemView instead of a Repeater ? Regards, [1] http://doc.qt.io/qt-5/qml-qtlocation-mapitemview.html [2] http://doc.qt.io/qt-5/qml-qtquick-repeater.html MapItemView source: http://code.qt.io/cgit/qt/qtlocation.git