C# Class Telegram.UI.MapViewPage

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

Méthodes publiques

Méthode Description
GetDistanceString ( double meters ) : string
MapViewPage ( ) : System

Private Methods

Méthode Description
AddPushpin ( GeoCoordinate coordinate, string name ) : void
CalculateDistanceBetweenMeAndUser ( ) : void
GetMyMapLocationAsync ( ) : void
Map_OnTap ( object sender, System.Windows.Input.GestureEventArgs e ) : void
OnCenterClick ( object sender, EventArgs e ) : void
OnSendCoordinate ( object sender, EventArgs e ) : void
UserInfoClick ( object sender, System.Windows.Input.GestureEventArgs e ) : void

Method Details

GetDistanceString() public static méthode

public static GetDistanceString ( double meters ) : string
meters double
Résultat string

MapViewPage() public méthode

public MapViewPage ( ) : System
Résultat System