RouteQuery
Unsolved
General and Desktop
-
Hello every body.
I have 3 question.- How i can get current user location (its preferred to do this with GPS)
- How i can get a location (latitude and longitude) with its address
- How i can find a route between to locations (their latitude and longitude).
i read Qt doc and see MapViewer example,but it is too complicated.
-
On which platform?
For GPS you need a GPS receiver. Do you have one?
For the other two questions: you could take a look at http://doc.qt.io/qt-5/location-plugin-osm.html
Qt alone cannot do this as you need map data.
Don't expect it to be easy - it is a complex topic.