C# Class HangoverHunt.LocationRiddle

Inheritance: IRiddle
Afficher le fichier Open project: pebblecode/hangover-hunt

Méthodes publiques

Méthode Description
CheckAnswer ( IAnswer answer ) : bool
CheckAnswer ( LocationAnswer answer ) : bool
LocationRiddle ( string question, double latitude, double longitude, double accurateTo ) : System

Method Details

CheckAnswer() public méthode

public CheckAnswer ( IAnswer answer ) : bool
answer IAnswer
Résultat bool

CheckAnswer() public méthode

public CheckAnswer ( LocationAnswer answer ) : bool
answer LocationAnswer
Résultat bool

LocationRiddle() public méthode

public LocationRiddle ( string question, double latitude, double longitude, double accurateTo ) : System
question string
latitude double
longitude double
accurateTo double
Résultat System