Route simulation with QML map.
Unsolved
QML and Qt Quick
-
Hi All,
I want to do a route simulation with QML. I inform the start and end coordinates and drawing the route. I need coordinate information (latitude, longitude) of the whole route to make a simulation. I do not want to get this coordinate information entered into array and retrieve it from there. If the Route Model draws route line for me, I suppose the it can return the data (latitude, longitude) it uses when I draw. I can change the coordinates by lining it up and reading it from there.
Could such a thing be possible? Any ideas or comments on this subject?
Thanks.