I want to use the locationDisplay functionality of a MapView (i.e. for simulation purposes)
I haven't had much luck trying to implement a custom PositionSource in C++...I tried to base it on the Qt Positioning Log File example, but it doesn't use QML.
When I access the custom PositionSource.position attribitute generated in C++ or Python, I get a "Qvariant(QGeoPositionInfo)". Why?
Basically, I have a stream of regular position update which I want to display on a map.
Thx!