C# Class Geocoder.CoordinateValidator

Utility class for coordinating the validators
Mostrar archivo Open project: scottschluer/geocoder Class Usage Examples

Public Methods

Method Description
Validate ( double latitude, double longitude ) : bool

Validates the coordinate.

Method Details

Validate() public static method

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