Placing a number of points generated with C++ on QML map
Unsolved
QML and Qt Quick
-
How can QGeoCoordinate points be placed on QML map.
I am looking places_map example, which is purely QML. Based on the example points in a qml map can be generated for a couple of instances. The information used is already displayed in a QML ListView, which is based on a ListModel. Is there a way touse the same ListModel for the model for QML's MapItemView?
Or what is the different model suitable for use with MapItemView?