C# Class MyDriving.UWP.Views.PastTripMapView

An empty page that can be used on its own or navigated to within a Frame.
Afficher le fichier Open project: Azure-Samples/MyDriving

Méthodes publiques

Свойство Type Description
SelectedTrip MyDriving.DataObjects.Trip

Méthodes publiques

Méthode Description
PastTripMapView ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
DrawCarOnMap ( BasicGeoposition basicGeoposition ) : void
DrawPath ( ) : void
DrawPoiOnMap ( POI poi ) : void
InitialSetup ( ) : void
MyMap_Loaded ( object sender, RoutedEventArgs e ) : void
SystemNavigationManager_BackRequested ( object sender, BackRequestedEventArgs e ) : void
TryGoBack ( ) : bool
UpdateStats ( ) : void
positionSlider_ValueChanged ( object sender, RangeBaseValueChangedEventArgs e ) : void

Method Details

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

PastTripMapView() public méthode

public PastTripMapView ( ) : System
Résultat System

Property Details

SelectedTrip public_oe property

public Trip,MyDriving.DataObjects SelectedTrip
Résultat MyDriving.DataObjects.Trip