Reputation: 438
I want to know the longitude and the latitude of the phone, and for that I must use the QtLocation library.
QtLocation
For best results, which class and function should I use?
Upvotes: 2
Views: 1802
Reputation: 2565
The information comes from the Qt Mobility class QGeoPositionInfoSource. You will find an example here.
Upvotes: 1