C# Class Geocoder.CoordinateValidator

Utility class for coordinating the validators
Afficher le fichier Open project: scottschluer/geocoder Class Usage Examples

Méthodes publiques

Méthode Description
Validate ( double latitude, double longitude ) : bool

Validates the coordinate.

Method Details

Validate() public static méthode

Validates the coordinate.
public static Validate ( double latitude, double longitude ) : bool
latitude double The latitude.
longitude double The longitude.
Résultat bool