C# Class Ushahidi.View.Views.MapView

Incident Map View
Inheritance: BaseView
Afficher le fichier Open project: ushahidi/Ushahidi_WinMobile

Private Properties

Свойство Type Description
InitializeComponent void
OnCancel void
OnDetectLocation void
OnDetectLocationChanged void
OnLocationGotFocus void
OnMapDownloaded void
OnPlacemarkChanged void
OnReverseGeocoded void
OnSelectLocation void
OnZoomIn void
OnZoomOut void

Méthodes publiques

Méthode Description
Initialize ( ) : void
Loaded ( ) : void
MapView ( ) : System
Render ( ) : void
Translate ( ) : void
Validate ( ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Loaded() public méthode

public Loaded ( ) : void
Résultat void

MapView() public méthode

public MapView ( ) : System
Résultat System

Render() public méthode

public Render ( ) : void
Résultat void

Translate() public méthode

public Translate ( ) : void
Résultat void

Validate() public méthode

public Validate ( ) : bool
Résultat bool