C# Class YAMP.Sensors.Devices.Gps

The GPS device.
Inheritance: BaseDevice
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes protégées

Méthode Description
InstallReadingChangedHandler ( ) : void

Installs the reading handler.

UninstallReadingChangedHandler ( ) : void

Uninstalls the reading handler.

Private Methods

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

Method Details

InstallReadingChangedHandler() protected méthode

Installs the reading handler.
protected InstallReadingChangedHandler ( ) : void
Résultat void

UninstallReadingChangedHandler() protected méthode

Uninstalls the reading handler.
protected UninstallReadingChangedHandler ( ) : void
Résultat void