C# Class android.location.LocationProvider

Inheritance: java.lang.Object
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
getAccuracy ( ) : int
getName ( ) : global::java.lang.String
getPowerRequirement ( ) : int
hasMonetaryCost ( ) : bool
meetsCriteria ( android arg0 ) : bool
requiresCell ( ) : bool
requiresNetwork ( ) : bool
requiresSatellite ( ) : bool
supportsAltitude ( ) : bool
supportsBearing ( ) : bool
supportsSpeed ( ) : bool

Protected Methods

Method Description
LocationProvider ( global @__env )

Private Methods

Method Description
LocationProvider ( )

Method Details

LocationProvider() protected method

protected LocationProvider ( global @__env )
@__env global

getAccuracy() public abstract method

public abstract getAccuracy ( ) : int
return int

getName() public method

public getName ( ) : global::java.lang.String
return global::java.lang.String

getPowerRequirement() public abstract method

public abstract getPowerRequirement ( ) : int
return int

hasMonetaryCost() public abstract method

public abstract hasMonetaryCost ( ) : bool
return bool

meetsCriteria() public method

public meetsCriteria ( android arg0 ) : bool
arg0 android
return bool

requiresCell() public abstract method

public abstract requiresCell ( ) : bool
return bool

requiresNetwork() public abstract method

public abstract requiresNetwork ( ) : bool
return bool

requiresSatellite() public abstract method

public abstract requiresSatellite ( ) : bool
return bool

supportsAltitude() public abstract method

public abstract supportsAltitude ( ) : bool
return bool

supportsBearing() public abstract method

public abstract supportsBearing ( ) : bool
return bool

supportsSpeed() public abstract method

public abstract supportsSpeed ( ) : bool
return bool