C# 클래스 YAMP.Sensors.Devices.Gps

The GPS device.
상속: BaseDevice
파일 보기 프로젝트 열기: FlorianRappl/YAMP

보호된 메소드들

메소드 설명
InstallReadingChangedHandler ( ) : void

Installs the reading handler.

UninstallReadingChangedHandler ( ) : void

Uninstalls the reading handler.

비공개 메소드들

메소드 설명
ConvertToPosition ( Geocoordinate position ) : Position
GetSensor ( ) : Geolocator
InitialPosition ( Geolocator sensor ) : void
OnReadingChanged ( Geolocator sender, PositionChangedEventArgs args ) : void

메소드 상세

InstallReadingChangedHandler() 보호된 메소드

Installs the reading handler.
protected InstallReadingChangedHandler ( ) : void
리턴 void

UninstallReadingChangedHandler() 보호된 메소드

Uninstalls the reading handler.
protected UninstallReadingChangedHandler ( ) : void
리턴 void