C# Class InTheHand.Devices.Geolocation.Geolocator.NmeaListener

Inheritance: Java.Lang.Object, Android.Locations.ILocationListener
Afficher le fichier Open project: inthehand/Charming

Méthodes publiques

Méthode Description
NmeaListener ( Geolocator owner ) : System
OnLocationChanged ( Android.Locations.Location location ) : void
OnProviderDisabled ( string provider ) : void
OnProviderEnabled ( string provider ) : void
OnStatusChanged ( string provider, [ status, Bundle extras ) : void

Method Details

NmeaListener() public méthode

public NmeaListener ( Geolocator owner ) : System
owner Geolocator
Résultat System

OnLocationChanged() public méthode

public OnLocationChanged ( Android.Locations.Location location ) : void
location Android.Locations.Location
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, [ status, Bundle extras ) : void
provider string
status [
extras Bundle
Résultat void