C# 클래스 com.codename1.impl.LocationManager

상속: location.LocationManager
파일 보기 프로젝트 열기: Pmovil/CN1WindowsPort 1 사용 예제들

공개 메소드들

메소드 설명
LocationManager ( ) : System
bindListener ( ) : void
clearListener ( ) : void
getCurrentLocation ( ) : object
getLastKnownLocation ( ) : object

비공개 메소드들

메소드 설명
convert ( Geoposition position ) : com.codename1.location.Location
watcher_PositionChanged ( Geolocator sender, PositionChangedEventArgs e ) : void
watcher_StatusChanged ( Geolocator sender, StatusChangedEventArgs eventArgs ) : void

메소드 상세

LocationManager() 공개 메소드

public LocationManager ( ) : System
리턴 System

bindListener() 공개 메소드

public bindListener ( ) : void
리턴 void

clearListener() 공개 메소드

public clearListener ( ) : void
리턴 void

getCurrentLocation() 공개 메소드

public getCurrentLocation ( ) : object
리턴 object

getLastKnownLocation() 공개 메소드

public getLastKnownLocation ( ) : object
리턴 object