C# Class android.location.Criteria

Inheritance: java.lang.Object, android.os.Parcelable
Mostrar archivo Open project: JeroMiya/androidmono

Public Methods

Method Description
Criteria ( android arg0 )
describeContents ( ) : int
getAccuracy ( ) : int
getPowerRequirement ( ) : int
isAltitudeRequired ( ) : bool
isBearingRequired ( ) : bool
isCostAllowed ( ) : bool
isSpeedRequired ( ) : bool
setAccuracy ( int arg0 ) : void
setAltitudeRequired ( bool arg0 ) : void
setBearingRequired ( bool arg0 ) : void
setCostAllowed ( bool arg0 ) : void
setPowerRequirement ( int arg0 ) : void
setSpeedRequired ( bool arg0 ) : void
writeToParcel ( android arg0, int arg1 ) : void

Protected Methods

Method Description
Criteria ( global @__env )

Private Methods

Method Description
Criteria ( )

Method Details

Criteria() public method

public Criteria ( android arg0 )
arg0 android

Criteria() protected method

protected Criteria ( global @__env )
@__env global

describeContents() public method

public describeContents ( ) : int
return int

getAccuracy() public method

public getAccuracy ( ) : int
return int

getPowerRequirement() public method

public getPowerRequirement ( ) : int
return int

isAltitudeRequired() public method

public isAltitudeRequired ( ) : bool
return bool

isBearingRequired() public method

public isBearingRequired ( ) : bool
return bool

isCostAllowed() public method

public isCostAllowed ( ) : bool
return bool

isSpeedRequired() public method

public isSpeedRequired ( ) : bool
return bool

setAccuracy() public method

public setAccuracy ( int arg0 ) : void
arg0 int
return void

setAltitudeRequired() public method

public setAltitudeRequired ( bool arg0 ) : void
arg0 bool
return void

setBearingRequired() public method

public setBearingRequired ( bool arg0 ) : void
arg0 bool
return void

setCostAllowed() public method

public setCostAllowed ( bool arg0 ) : void
arg0 bool
return void

setPowerRequirement() public method

public setPowerRequirement ( int arg0 ) : void
arg0 int
return void

setSpeedRequired() public method

public setSpeedRequired ( bool arg0 ) : void
arg0 bool
return void

writeToParcel() public method

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void