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

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

Public Methods

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

MvxStoreGeoLocationWatcher() public method

public MvxStoreGeoLocationWatcher ( ) : System
return System

PlatformSpecificStart() protected method

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

PlatformSpecificStop() protected method

protected PlatformSpecificStop ( ) : void
return void