C# Class MyDriving.ViewModel.CurrentTripViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: Azure-Samples/MyDriving Class Usage Examples

Méthodes publiques

Méthode Description
CurrentTripViewModel ( ) : System
ExecuteStartTrackingTripCommandAsync ( ) : System.Threading.Tasks.Task
ExecuteStopTrackingTripCommandAsync ( ) : System.Threading.Tasks.Task
SaveRecordingTripAsync ( string name = "" ) : Task
StartRecordingTrip ( ) : Task
StopRecordingTrip ( ) : Task

Private Methods

Méthode Description
AddOBDDataToPoint ( TripPoint point ) : System.Threading.Tasks.Task
ExecuteTakePhotoCommandAsync ( ) : System.Threading.Tasks.Task
Geolocator_PositionChanged ( object sender, Plugin.Geolocator.Abstractions.PositionEventArgs e ) : void

Method Details

CurrentTripViewModel() public méthode

public CurrentTripViewModel ( ) : System
Résultat System

ExecuteStartTrackingTripCommandAsync() public méthode

public ExecuteStartTrackingTripCommandAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

ExecuteStopTrackingTripCommandAsync() public méthode

public ExecuteStopTrackingTripCommandAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

SaveRecordingTripAsync() public méthode

public SaveRecordingTripAsync ( string name = "" ) : Task
name string
Résultat Task

StartRecordingTrip() public méthode

public StartRecordingTrip ( ) : Task
Résultat Task

StopRecordingTrip() public méthode

public StopRecordingTrip ( ) : Task
Résultat Task