C# Class Cirrious.MvvmCross.Plugins.Location.WindowsPhone.MvxWindowsPhoneGeoLocationWatcher

Inheritance: MvxGeoLocationWatcher
Afficher le fichier Open project: Everbridge/sm-MvvmCross

Méthodes publiques

Méthode Description
MvxWindowsPhoneGeoLocationWatcher ( ) : System

Méthodes protégées

Méthode Description
PlatformSpecificStart ( MvxGeoLocationOptions options ) : void
PlatformSpecificStop ( ) : void

Private Methods

Méthode Description
CreateLocation ( GeoCoordinate coordinate, DateTimeOffset timestamp ) : MvxGeoLocation
EnsureStopped ( ) : void
OnPositionChanged ( object sender, GeoPositionChangedEventArgs e ) : void
OnStatusChanged ( object sender, GeoPositionStatusChangedEventArgs e ) : void

Method Details

MvxWindowsPhoneGeoLocationWatcher() public méthode

public MvxWindowsPhoneGeoLocationWatcher ( ) : System
Résultat System

PlatformSpecificStart() protected méthode

protected PlatformSpecificStart ( MvxGeoLocationOptions options ) : void
options MvxGeoLocationOptions
Résultat void

PlatformSpecificStop() protected méthode

protected PlatformSpecificStop ( ) : void
Résultat void