C# Class Cirrious.MvvmCross.Plugins.Location.Droid.MvxAndroidGeoLocationWatcher

Inheritance: MvxGeoLocationWatcher, IMvxLocationReceiver
Show file Open project: Everbridge/sm-MvvmCross Class Usage Examples

Private Properties

Property Type Description
CreateLocation MvxGeoLocation
EnsureStopped void
HackReadValue double

Public Methods

Method Description
MvxAndroidGeoLocationWatcher ( ) : System
OnLocationChanged ( global androidLocation ) : void
OnProviderDisabled ( string provider ) : void
OnProviderEnabled ( string provider ) : void
OnStatusChanged ( string provider, Availability status, Bundle extras ) : void

Protected Methods

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

Private Methods

Method Description
CreateLocation ( global androidLocation ) : MvxGeoLocation
EnsureStopped ( ) : void
HackReadValue ( string testString, string key ) : double

Method Details

MvxAndroidGeoLocationWatcher() public method

public MvxAndroidGeoLocationWatcher ( ) : System
return System

OnLocationChanged() public method

public OnLocationChanged ( global androidLocation ) : void
androidLocation global
return void

OnProviderDisabled() public method

public OnProviderDisabled ( string provider ) : void
provider string
return void

OnProviderEnabled() public method

public OnProviderEnabled ( string provider ) : void
provider string
return void

OnStatusChanged() public method

public OnStatusChanged ( string provider, Availability status, Bundle extras ) : void
provider string
status Availability
extras Bundle
return void

PlatformSpecificStart() protected method

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

PlatformSpecificStop() protected method

protected PlatformSpecificStop ( ) : void
return void