Hi,
I am using the QGeoPositionInfoSource to create a default location source, I used the following position methods:
SatellitePositioningMethods and NonSatellitePositioningMethods to try to get my current GPS location.
Go to my phone->Apps->Location->Positioning->Positioning methods-> enable the Wi-Fi/Network item.
After this, the above position methods will never find the GPS location after waiting a very long time. It always failed.
But after I disable the Wi-Fi/Network item in Positioning methods, using the above position methods, I can get the GPS location very soon.
So I am wondering if it's a bug in Qt location API for the Wi-Fi/Network position method?