C# Class GPS.AddressPlotting

Inheritance: Microsoft.Phone.Controls.PhoneApplicationPage
Exibir arquivo Open project: ProjPossibility/CSUN-MobileMapMagnifier

Public Methods

Method Description
AddressPlotting ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System e ) : void

Private Methods

Method Description
GetAddress_Click ( object sender, RoutedEventArgs e ) : void
GetAddress_DoubleTap ( object sender, System e ) : void
InitializeComponent ( ) : void
SetLocation ( double latitude, double longitude, double zoomLevel, bool showLocator ) : void
set ( string address ) : void

Method Details

AddressPlotting() public method

public AddressPlotting ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void