I got the Sato_Location:
double lo=gps_loc.getLongitude();
double la=gps_loc.getLatitude();
I got the Horizontal_ 准确性:
int horiAcc=(int)(gps_loc.getAccuracy());
I got theHDOP:
int hd= (int) (horiAcc/5);
但是,我可以提一下卫星的数量。
我如何获得在我的全球定位系统定位中使用卫星的数量?