C# Class Cirrious.MvvmCross.Plugins.Location.WindowsCommon.MvxWCommonLocationWatcher

Inheritance: MvxLocationWatcher
Show file Open project: Everbridge/sm-MvvmCross

Public Methods

Method Description
MvxWCommonLocationWatcher ( ) : System

Protected Methods

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

Private Methods

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

Method Details

MvxWCommonLocationWatcher() public method

public MvxWCommonLocationWatcher ( ) : System
return System

PlatformSpecificStart() protected method

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

PlatformSpecificStop() protected method

protected PlatformSpecificStop ( ) : void
return void