I tried to get the GPS latitude and longitude values using Autonomous and CellSite Mode in parallel using two threads, but while execution only one thread is being active and I get values from only that, the other thread doesn't return any values at all.
Is it possible to retrieve the GPS information using multiple threads running in parallel and also can I display the latitude and longitude values from the threads on the screen with less accuracy rate among the values?