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

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

Méthodes publiques

Méthode Description
MvxStoreLocationWatcher ( ) : System

Méthodes protégées

Méthode Description
PlatformSpecificStart ( MvxLocationOptions 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

MvxStoreLocationWatcher() public méthode

public MvxStoreLocationWatcher ( ) : System
Résultat System

PlatformSpecificStart() protected méthode

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

PlatformSpecificStop() protected méthode

protected PlatformSpecificStop ( ) : void
Résultat void