C# 클래스 HangoverHunt.LocationRiddle

상속: IRiddle
파일 보기 프로젝트 열기: pebblecode/hangover-hunt

공개 메소드들

메소드 설명
CheckAnswer ( IAnswer answer ) : bool
CheckAnswer ( LocationAnswer answer ) : bool
LocationRiddle ( string question, double latitude, double longitude, double accurateTo ) : System

메소드 상세

CheckAnswer() 공개 메소드

public CheckAnswer ( IAnswer answer ) : bool
answer IAnswer
리턴 bool

CheckAnswer() 공개 메소드

public CheckAnswer ( LocationAnswer answer ) : bool
answer LocationAnswer
리턴 bool

LocationRiddle() 공개 메소드

public LocationRiddle ( string question, double latitude, double longitude, double accurateTo ) : System
question string
latitude double
longitude double
accurateTo double
리턴 System