C# Class Cirrious.MvvmCross.Plugins.Location.Touch.MvxTouchGeoLocationWatcher

Inheritance: MvxBaseGeoLocationWatcher
Show file Open project: Everbridge/sm-MvvmCross Class Usage Examples

Public Methods

Method Description
MvxTouchGeoLocationWatcher ( ) : System

Protected Methods

Method Description
PlatformSpecificStart ( MvxGeoLocationOptions options ) : void
PlatformSpecificStop ( ) : void
SendLocation ( MvxGeoLocation location ) : void

Private Methods

Method Description
CreateLocation ( CLLocation location, CLHeading heading ) : MvxGeoLocation
EnsureStopped ( ) : void

Method Details

MvxTouchGeoLocationWatcher() public method

public MvxTouchGeoLocationWatcher ( ) : System
return System

PlatformSpecificStart() protected method

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

PlatformSpecificStop() protected method

protected PlatformSpecificStop ( ) : void
return void

SendLocation() protected method

protected SendLocation ( MvxGeoLocation location ) : void
location MvxGeoLocation
return void