C# Class android.location.GpsSatellite

Inheritance: java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
getAzimuth ( ) : float
getElevation ( ) : float
getPrn ( ) : int
getSnr ( ) : float
hasAlmanac ( ) : bool
hasEphemeris ( ) : bool
usedInFix ( ) : bool

Private Methods

Méthode Description
GpsSatellite ( )
GpsSatellite ( global @__env )

Method Details

getAzimuth() public méthode

public getAzimuth ( ) : float
Résultat float

getElevation() public méthode

public getElevation ( ) : float
Résultat float

getPrn() public méthode

public getPrn ( ) : int
Résultat int

getSnr() public méthode

public getSnr ( ) : float
Résultat float

hasAlmanac() public méthode

public hasAlmanac ( ) : bool
Résultat bool

hasEphemeris() public méthode

public hasEphemeris ( ) : bool
Résultat bool

usedInFix() public méthode

public usedInFix ( ) : bool
Résultat bool