android.location
Class GpsSatellite

java.lang.Object
  extended by android.location.GpsSatellite

public final class GpsSatellite
extends Object


Method Summary
 float getAzimuth()
           
 float getElevation()
           
 int getPrn()
           
 float getSnr()
           
 boolean hasAlmanac()
           
 boolean hasEphemeris()
           
 boolean usedInFix()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPrn

public int getPrn()

getSnr

public float getSnr()

getElevation

public float getElevation()

getAzimuth

public float getAzimuth()

hasEphemeris

public boolean hasEphemeris()

hasAlmanac

public boolean hasAlmanac()

usedInFix

public boolean usedInFix()


Copyright © 2008-2012. All Rights Reserved.