C# Class android.location.LocationProvider_

Inheritance: android.location.LocationProvider
Exibir arquivo Open project: JeroMiya/androidmono

Public Methods

Method Description
getAccuracy ( ) : int
getPowerRequirement ( ) : int
hasMonetaryCost ( ) : bool
requiresCell ( ) : bool
requiresNetwork ( ) : bool
requiresSatellite ( ) : bool
supportsAltitude ( ) : bool
supportsBearing ( ) : bool
supportsSpeed ( ) : bool

Private Methods

Method Description
LocationProvider_ ( )
LocationProvider_ ( global @__env )

Method Details

getAccuracy() public method

public getAccuracy ( ) : int
return int

getPowerRequirement() public method

public getPowerRequirement ( ) : int
return int

hasMonetaryCost() public method

public hasMonetaryCost ( ) : bool
return bool

requiresCell() public method

public requiresCell ( ) : bool
return bool

requiresNetwork() public method

public requiresNetwork ( ) : bool
return bool

requiresSatellite() public method

public requiresSatellite ( ) : bool
return bool

supportsAltitude() public method

public supportsAltitude ( ) : bool
return bool

supportsBearing() public method

public supportsBearing ( ) : bool
return bool

supportsSpeed() public method

public supportsSpeed ( ) : bool
return bool