Qt 6.11 is out! See what's new in the release
blog
How to add Points in QtLocation map
-
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
} -
Hi
The points are POI's right ? -
I used Mapcircle with less radius to draw points i did not find any better way to draw point.