C# Class Cirrious.MvvmCross.Plugins.Location.Wpf.MvxWpfLocationWatcher

Location Watcher Plugin for WPF developers.
Warning - this is not fully tested - see https://github.com/MvvmCross/MvvmCross/pull/632
Inheritance: MvxLocationWatcher
Exibir arquivo Open project: Everbridge/sm-MvvmCross

Public Methods

Method Description
MvxWpfLocationWatcher ( ) : Cirrious.CrossCore.Exceptions

Protected Methods

Method Description
PlatformSpecificStart ( MvxLocationOptions options ) : void
PlatformSpecificStop ( ) : void

Private Methods

Method Description
CreateLocation ( GeoCoordinate coordinate ) : MvxGeoLocation
EnsureStopped ( ) : void
OnPositionChanged ( object sender, GeoPositionChangedEventArgs args ) : void
OnStatusChanged ( object sender, GeoPositionStatusChangedEventArgs args ) : void

Method Details

MvxWpfLocationWatcher() public method

public MvxWpfLocationWatcher ( ) : Cirrious.CrossCore.Exceptions
return Cirrious.CrossCore.Exceptions

PlatformSpecificStart() protected method

protected PlatformSpecificStart ( MvxLocationOptions options ) : void
options MvxLocationOptions
return void

PlatformSpecificStop() protected method

protected PlatformSpecificStop ( ) : void
return void