C# Class Telegram.UI.Pages.MapPickPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: naphaso/kilogram

Méthodes publiques

Méthode Description
MapPickPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Méthode Description
GetMyMapLocationAsync ( ) : void
Map_OnTap ( object sender, System.Windows.Input.GestureEventArgs e ) : void
OnAerialMode ( object sender, EventArgs e ) : void
OnCenterClick ( object sender, EventArgs e ) : void
OnCheckinClick ( object sender, EventArgs e ) : void
OnHybridMode ( object sender, EventArgs e ) : void
OnRoadModeClick ( object sender, EventArgs e ) : void
OnTerrainMode ( object sender, EventArgs e ) : void
SetPushpin ( GeoCoordinate coordinate ) : void

Method Details

MapPickPage() public méthode

public MapPickPage ( ) : System
Résultat System

OnNavigatedTo() protected méthode

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