C# Class Ushahidi.View.Views.MapView

Incident Map View
Inheritance: BaseView
显示文件 Open project: ushahidi/Ushahidi_WinMobile

Private Properties

Property Type Description
InitializeComponent void
OnCancel void
OnDetectLocation void
OnDetectLocationChanged void
OnLocationGotFocus void
OnMapDownloaded void
OnPlacemarkChanged void
OnReverseGeocoded void
OnSelectLocation void
OnZoomIn void
OnZoomOut void

Public Methods

Method Description
Initialize ( ) : void
Loaded ( ) : void
MapView ( ) : System
Render ( ) : void
Translate ( ) : void
Validate ( ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnCancel ( object sender, EventArgs e ) : void
OnDetectLocation ( object sender, EventArgs e ) : void
OnDetectLocationChanged ( object sender, LocationEventArgs args ) : void
OnLocationGotFocus ( object sender, EventArgs e ) : void
OnMapDownloaded ( object sender, MapEventArgs args ) : void
OnPlacemarkChanged ( double latitude, double longitude ) : void
OnReverseGeocoded ( object sender, GeocodeEventArgs args ) : void
OnSelectLocation ( object sender, EventArgs e ) : void
OnZoomIn ( object sender, EventArgs e ) : void
OnZoomOut ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Initialize() public method

public Initialize ( ) : void
return void

Loaded() public method

public Loaded ( ) : void
return void

MapView() public method

public MapView ( ) : System
return System

Render() public method

public Render ( ) : void
return void

Translate() public method

public Translate ( ) : void
return void

Validate() public method

public Validate ( ) : bool
return bool