Questions tagged [android-gnss]

18 questions
0
votes
0 answers

Access fields of android api classes

Is there a way to access the fields of android api classes like GnssMeasurements to set the values. In this class already exist public setter-methods, but they have a @TestApi annotation. I don't know how to access these methods or how to set the…
0
votes
1 answer

Get additional geolocation data (GnssStatus) in NativeScript application

In my NativeScript app I need to get additional geolocation info like satellite count or satellite ids which isn't provided by nativescript-geolocation plugin. I am trying to use GnssStatus class from android.location in NativeScript app with the…
Andy J.
  • 344
  • 2
  • 4
  • 14
0
votes
1 answer

Does longitude/latitude info come directly from GNSS chip on Android devices?

I'm trying to directly communicate with the GNSS chip on my device and I am not clear whether the RAW GNSS information is coming directly from the GNSS chip or not. I have used the application provided in the link and it seems to read…
Everyone
  • 1,751
  • 13
  • 36
1
2