C# 클래스 Ushahidi.Map.LocationEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: ushahidi/Ushahidi_WinMobile 1 사용 예제들

공개 메소드들

메소드 설명
LocationEventArgs ( double latitude, double longitude, string address ) : System
LocationEventArgs ( double latitude, double longitude, string address, bool latitudeValid, bool longitudeValid ) : System

메소드 상세

LocationEventArgs() 공개 메소드

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

LocationEventArgs() 공개 메소드

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