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

Inheritance: MvxGeoLocationWatcher, IMvxLocationReceiver
Afficher le fichier Open project: Everbridge/sm-MvvmCross Class Usage Examples

Private Properties

Свойство Type Description
CreateLocation MvxGeoLocation
EnsureStopped void
HackReadValue double

Méthodes publiques

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

Méthodes protégées

Méthode Description
PlatformSpecificStart ( MvxGeoLocationOptions options ) : void
PlatformSpecificStop ( ) : void

Private Methods

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

Method Details

MvxAndroidGeoLocationWatcher() public méthode

public MvxAndroidGeoLocationWatcher ( ) : System
Résultat System

OnLocationChanged() public méthode

public OnLocationChanged ( global androidLocation ) : void
androidLocation global
Résultat void

OnProviderDisabled() public méthode

public OnProviderDisabled ( string provider ) : void
provider string
Résultat void

OnProviderEnabled() public méthode

public OnProviderEnabled ( string provider ) : void
provider string
Résultat void

OnStatusChanged() public méthode

public OnStatusChanged ( string provider, Availability status, Bundle extras ) : void
provider string
status Availability
extras Bundle
Résultat void

PlatformSpecificStart() protected méthode

protected PlatformSpecificStart ( MvxGeoLocationOptions options ) : void
options MvxGeoLocationOptions
Résultat void

PlatformSpecificStop() protected méthode

protected PlatformSpecificStop ( ) : void
Résultat void