C# Class ArcGISWindowsPhoneSDK.RoutingDirections

Inheritance: PhoneApplicationPage
Show file Open project: Esri/arcgis-samples-winphone

Public Methods

Method Description
RoutingDirections ( ) : System

Private Methods

Method Description
Expand ( Envelope e ) : Envelope
FormatDistance ( double dist, string units ) : string
FormatTime ( double minutes ) : string
GetDirections_Click ( object sender, RoutedEventArgs e ) : void
ParseSearchText ( string searchText ) : LocatorFindParameters
StackPanel_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
directionsSegment_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
locator_FindCompleted ( object sender, LocatorFindEventArgs e ) : void
routeTask_SolveCompleted ( object sender, RouteEventArgs e ) : void
task_Failed ( object sender, TaskFailedEventArgs e ) : void

Method Details

RoutingDirections() public method

public RoutingDirections ( ) : System
return System