C# Class Telegram.UI.MapViewPage

Inheritance: PhoneApplicationPage
Exibir arquivo Open project: naphaso/kilogram

Public Methods

Method Description
GetDistanceString ( double meters ) : string
MapViewPage ( ) : System

Private Methods

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

public static GetDistanceString ( double meters ) : string
meters double
return string

MapViewPage() public method

public MapViewPage ( ) : System
return System