C# Class MyDriving.ViewModel.CurrentTripViewModel

Inheritance: ViewModelBase
ファイルを表示 Open project: Azure-Samples/MyDriving Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public CurrentTripViewModel ( ) : System
return System

ExecuteStartTrackingTripCommandAsync() public method

public ExecuteStartTrackingTripCommandAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ExecuteStopTrackingTripCommandAsync() public method

public ExecuteStopTrackingTripCommandAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

SaveRecordingTripAsync() public method

public SaveRecordingTripAsync ( string name = "" ) : Task
name string
return Task

StartRecordingTrip() public method

public StartRecordingTrip ( ) : Task
return Task

StopRecordingTrip() public method

public StopRecordingTrip ( ) : Task
return Task