C# Class Ushahidi.Map.LocationEventArgs

Inheritance: System.EventArgs
Mostra file Open project: ushahidi/Ushahidi_WinMobile Class Usage Examples

Public Methods

Method Description
LocationEventArgs ( double latitude, double longitude, string address ) : System
LocationEventArgs ( double latitude, double longitude, string address, bool latitudeValid, bool longitudeValid ) : System

Method Details

LocationEventArgs() public method

public LocationEventArgs ( double latitude, double longitude, string address ) : System
latitude double
longitude double
address string
return System

LocationEventArgs() public method

public LocationEventArgs ( double latitude, double longitude, string address, bool latitudeValid, bool longitudeValid ) : System
latitude double
longitude double
address string
latitudeValid bool
longitudeValid bool
return System