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

Inheritance: MvxLocationWatcher
Afficher le fichier Open project: Everbridge/sm-MvvmCross Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
MvxTouchLocationWatcher ( ) : System

Méthodes protégées

Méthode Description
PlatformSpecificStart ( MvxLocationOptions options ) : void
PlatformSpecificStop ( ) : void
SendLocation ( MvxGeoLocation location ) : void

Private Methods

Méthode Description
CreateLocation ( CLLocation location, CLHeading heading ) : MvxGeoLocation
EnsureStopped ( ) : void

Method Details

MvxTouchLocationWatcher() public méthode

public MvxTouchLocationWatcher ( ) : System
Résultat System

PlatformSpecificStart() protected méthode

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

PlatformSpecificStop() protected méthode

protected PlatformSpecificStop ( ) : void
Résultat void

SendLocation() protected méthode

protected SendLocation ( MvxGeoLocation location ) : void
location MvxGeoLocation
Résultat void