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

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

Méthodes publiques

Méthode Description
MvxTouchGeoLocationWatcher ( ) : System

Méthodes protégées

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

Private Methods

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

Method Details

MvxTouchGeoLocationWatcher() public méthode

public MvxTouchGeoLocationWatcher ( ) : System
Résultat System

PlatformSpecificStart() protected méthode

protected PlatformSpecificStart ( MvxGeoLocationOptions options ) : void
options MvxGeoLocationOptions
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