gnss

  1. peacemaker

    Android Question targetSdkVersion="33" and again "GpsStatus APIs not supported...."

    Hi, All If to set the latest targetSdkVersion="33" - GNSS lib again gives the error: at GNSS1.Start(0, 0). If targetSdkVersion="30" - all works OK. Any solution ?
  2. rleiman

    Android Question [Solved] - BearingTo from GNSS returns negative results for locations West of my location.

    Greeting Everyone, I'm trying to use BearingTo from GNSS, but it returns negative results for locations West of my current location. These results also include locations such as Northwest and Southwest of my location. I'm probably not using BearingTo correctly. In that case, I was expecting it...
  3. rleiman

    Android Question [SOLVED] - GNSS - Keeping the GPS on when exiting my app

    Greetings, I'm using the GNSS library and would like to know how to prevent it from turning off the GPS when exiting my app or pressing the phone home button. We need to make sure the GPS stays on even if the app is not showing on the screen. All of the GPS coding is in the Starter module...
Top