C# 클래스 android.location.Criteria

상속: java.lang.Object, android.os.Parcelable
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Criteria ( global @__env )

비공개 메소드들

메소드 설명
Criteria ( )

메소드 상세

Criteria() 공개 메소드

public Criteria ( android arg0 )
arg0 android

Criteria() 보호된 메소드

protected Criteria ( global @__env )
@__env global

describeContents() 공개 메소드

public describeContents ( ) : int
리턴 int

getAccuracy() 공개 메소드

public getAccuracy ( ) : int
리턴 int

getPowerRequirement() 공개 메소드

public getPowerRequirement ( ) : int
리턴 int

isAltitudeRequired() 공개 메소드

public isAltitudeRequired ( ) : bool
리턴 bool

isBearingRequired() 공개 메소드

public isBearingRequired ( ) : bool
리턴 bool

isCostAllowed() 공개 메소드

public isCostAllowed ( ) : bool
리턴 bool

isSpeedRequired() 공개 메소드

public isSpeedRequired ( ) : bool
리턴 bool

setAccuracy() 공개 메소드

public setAccuracy ( int arg0 ) : void
arg0 int
리턴 void

setAltitudeRequired() 공개 메소드

public setAltitudeRequired ( bool arg0 ) : void
arg0 bool
리턴 void

setBearingRequired() 공개 메소드

public setBearingRequired ( bool arg0 ) : void
arg0 bool
리턴 void

setCostAllowed() 공개 메소드

public setCostAllowed ( bool arg0 ) : void
arg0 bool
리턴 void

setPowerRequirement() 공개 메소드

public setPowerRequirement ( int arg0 ) : void
arg0 int
리턴 void

setSpeedRequired() 공개 메소드

public setSpeedRequired ( bool arg0 ) : void
arg0 bool
리턴 void

writeToParcel() 공개 메소드

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
리턴 void