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

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

Public Methods

Method Description
MvxWCommonGeoLocationWatcher ( ) : System

Protected Methods

Method Description
PlatformSpecificStart ( MvxGeoLocationOptions 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

MvxWCommonGeoLocationWatcher() public method

public MvxWCommonGeoLocationWatcher ( ) : System
return System

PlatformSpecificStart() protected method

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

PlatformSpecificStop() protected method

protected PlatformSpecificStop ( ) : void
return void