C# 클래스 android.location.LocationProvider_

상속: android.location.LocationProvider
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
getAccuracy ( ) : int
getPowerRequirement ( ) : int
hasMonetaryCost ( ) : bool
requiresCell ( ) : bool
requiresNetwork ( ) : bool
requiresSatellite ( ) : bool
supportsAltitude ( ) : bool
supportsBearing ( ) : bool
supportsSpeed ( ) : bool

비공개 메소드들

메소드 설명
LocationProvider_ ( )
LocationProvider_ ( global @__env )

메소드 상세

getAccuracy() 공개 메소드

public getAccuracy ( ) : int
리턴 int

getPowerRequirement() 공개 메소드

public getPowerRequirement ( ) : int
리턴 int

hasMonetaryCost() 공개 메소드

public hasMonetaryCost ( ) : bool
리턴 bool

requiresCell() 공개 메소드

public requiresCell ( ) : bool
리턴 bool

requiresNetwork() 공개 메소드

public requiresNetwork ( ) : bool
리턴 bool

requiresSatellite() 공개 메소드

public requiresSatellite ( ) : bool
리턴 bool

supportsAltitude() 공개 메소드

public supportsAltitude ( ) : bool
리턴 bool

supportsBearing() 공개 메소드

public supportsBearing ( ) : bool
리턴 bool

supportsSpeed() 공개 메소드

public supportsSpeed ( ) : bool
리턴 bool