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

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

Private Properties

Property Type Description
CreateLocation MvxGeoLocation
EnsureStopped void

Public Methods

Method Description
MvxAndroidLocationWatcher ( ) : 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 ( MvxLocationOptions options ) : void
PlatformSpecificStop ( ) : void

Private Methods

Method Description
CreateLocation ( global androidLocation ) : MvxGeoLocation
EnsureStopped ( ) : void

Method Details

MvxAndroidLocationWatcher() public method

public MvxAndroidLocationWatcher ( ) : 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 ( MvxLocationOptions options ) : void
options MvxLocationOptions
return void

PlatformSpecificStop() protected method

protected PlatformSpecificStop ( ) : void
return void