C# Class Telegram.UI.Pages.MapPickPage

Inheritance: PhoneApplicationPage
Exibir arquivo Open project: naphaso/kilogram

Public Methods

Method Description
MapPickPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

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

public MapPickPage ( ) : System
return System

OnNavigatedTo() protected method

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