C# Class YAMP.Sensors.Devices.Gps

The GPS device.
Inheritance: BaseDevice
Datei anzeigen Open project: FlorianRappl/YAMP

Protected Methods

Method Description
InstallReadingChangedHandler ( ) : void

Installs the reading handler.

UninstallReadingChangedHandler ( ) : void

Uninstalls the reading handler.

Private Methods

Method Description
ConvertToPosition ( Geocoordinate position ) : Position
GetSensor ( ) : Geolocator
InitialPosition ( Geolocator sensor ) : void
OnReadingChanged ( Geolocator sender, PositionChangedEventArgs args ) : void

Method Details

InstallReadingChangedHandler() protected method

Installs the reading handler.
protected InstallReadingChangedHandler ( ) : void
return void

UninstallReadingChangedHandler() protected method

Uninstalls the reading handler.
protected UninstallReadingChangedHandler ( ) : void
return void