C# Class ArcGISWindowsPhoneSDK.LoadWebMapWithBing

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

Public Methods

Method Description
LoadWebMapWithBing ( ) : System.Net
webMap_GetMapCompleted ( object sender, GetMapCompletedEventArgs e ) : void

Private Methods

Method Description
BingKeyTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
LoadMapButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

LoadWebMapWithBing() public method

public LoadWebMapWithBing ( ) : System.Net
return System.Net

webMap_GetMapCompleted() public method

public webMap_GetMapCompleted ( object sender, GetMapCompletedEventArgs e ) : void
sender object
e GetMapCompletedEventArgs
return void