C# Class MyDriving.UWP.Views.CurrentTripView

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: INotifyPropertyChanged
Mostra file Open project: Azure-Samples/MyDriving

Public Properties

Property Type Description
ViewModel MyDriving.ViewModel.CurrentTripViewModel

Public Methods

Method Description
CurrentTripView ( ) : System
OnPropertyChanged ( string name ) : void

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
AddEndMarker ( BasicGeoposition basicGeoposition ) : void
AddStartMarker ( BasicGeoposition basicGeoposition ) : void
BeginExtendedExecution ( ) : System.Threading.Tasks.Task
ClearExtendedExecution ( ) : void
DrawPath ( BasicGeoposition basicGeoposition ) : void
MyMap_Loaded ( object sender, RoutedEventArgs e ) : void
OnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
ResetTrip ( ) : void
SessionRevoked ( object sender, ExtendedExecutionRevokedEventArgs args ) : void
StartRecordBtn_Click ( object sender, RoutedEventArgs e ) : void
StartTrackingAsync ( ) : System.Threading.Tasks.Task
SystemNavigationManager_BackRequested ( object sender, BackRequestedEventArgs e ) : void
TryGoBack ( ) : bool
UpdateMapView ( BasicGeoposition basicGeoposition ) : void
UpdateMap_PositionChanged ( BasicGeoposition basicGeoposition ) : void
UpdateStats ( ) : void

Method Details

CurrentTripView() public method

public CurrentTripView ( ) : System
return System

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnPropertyChanged() public method

public OnPropertyChanged ( string name ) : void
name string
return void

Property Details

ViewModel public_oe property

public CurrentTripViewModel,MyDriving.ViewModel ViewModel
return MyDriving.ViewModel.CurrentTripViewModel