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

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

Public Methods

Method Description
MvxStoreLocationWatcher ( ) : 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

MvxStoreLocationWatcher() public method

public MvxStoreLocationWatcher ( ) : System
return System

PlatformSpecificStart() protected method

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

PlatformSpecificStop() protected method

protected PlatformSpecificStop ( ) : void
return void