C# Class Cirrious.MvvmCross.Plugins.Location.WindowsStore.MvxStoreGeoLocationWatcher

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

Méthodes publiques

Méthode Description
MvxStoreGeoLocationWatcher ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
CreateLocation ( Geocoordinate coordinate ) : MvxGeoLocation
EnsureStopped ( ) : void
OnPositionChanged ( Geolocator sender, PositionChangedEventArgs args ) : void
OnStatusChanged ( Geolocator geolocator, StatusChangedEventArgs args ) : void

Method Details

MvxStoreGeoLocationWatcher() public méthode

public MvxStoreGeoLocationWatcher ( ) : 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