As the title says, I want to know the number of satellites currently caught on Android.
I tried googling, but as the API version increased over time, it seems that it became unusable.
I referred to the Android developer, but I don't know how to use it or what it's about.
I'd appreciate it if you could give me any helpful information.
android gps
The existing GpsSatellite
API has been developed, so it says to use GnssStatus.Callback
. From onSatelliteStateChanged()
to getSatelliteCount()
within GnsStatus, I think you can use it
© 2024 OneMinuteCode. All rights reserved.