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

Inheritance: Java.Lang.Object, Android.Locations.ILocationListener
ファイルを表示 Open project: inthehand/Charming

Public Methods

Method 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 method

public NmeaListener ( Geolocator owner ) : System
owner Geolocator
return System

OnLocationChanged() public method

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