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

Inheritance: MvxLocationWatcher
显示文件 Open project: Everbridge/sm-MvvmCross Class Usage Examples

Private Properties

Property Type Description
CreateLocation MvxGeoLocation
EnsureStopped void

Public Methods

Method Description
MvxTouchLocationWatcher ( ) : System

Protected Methods

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

Private Methods

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

Method Details

MvxTouchLocationWatcher() public method

public MvxTouchLocationWatcher ( ) : System
return System

PlatformSpecificStart() protected method

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

PlatformSpecificStop() protected method

protected PlatformSpecificStop ( ) : void
return void

SendLocation() protected method

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