Пример #1
0
 /**
  * The satellites in view is a list of satellites the GPS could theoretically connect to (i.e.
  * satellites that are not over the earth's horizon). The getSatellitesInView() method will always
  * return an equal or greater number than getSatellitesTracked().
  *
  * @return Number of satellites e.g. 8
  */
 public int getSatellitesInView() {
   return gsvSentence.getSatellitesInView();
 }