C# Class android.location.LocationProvider_

Inheritance: android.location.LocationProvider
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
getAccuracy ( ) : int
getPowerRequirement ( ) : int
hasMonetaryCost ( ) : bool
requiresCell ( ) : bool
requiresNetwork ( ) : bool
requiresSatellite ( ) : bool
supportsAltitude ( ) : bool
supportsBearing ( ) : bool
supportsSpeed ( ) : bool

Private Methods

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

Method Details

getAccuracy() public méthode

public getAccuracy ( ) : int
Résultat int

getPowerRequirement() public méthode

public getPowerRequirement ( ) : int
Résultat int

hasMonetaryCost() public méthode

public hasMonetaryCost ( ) : bool
Résultat bool

requiresCell() public méthode

public requiresCell ( ) : bool
Résultat bool

requiresNetwork() public méthode

public requiresNetwork ( ) : bool
Résultat bool

requiresSatellite() public méthode

public requiresSatellite ( ) : bool
Résultat bool

supportsAltitude() public méthode

public supportsAltitude ( ) : bool
Résultat bool

supportsBearing() public méthode

public supportsBearing ( ) : bool
Résultat bool

supportsSpeed() public méthode

public supportsSpeed ( ) : bool
Résultat bool