C# Class Faker.GeoLocation

Geographic Location class
Afficher le fichier Open project: FermJacob/Faker.Data

Méthodes publiques

Méthode Description
Latitude ( ) : double

Gets a random latitude between -90 to 90

Longitude ( ) : double

Gets a random longitude between -180 to 180

Method Details

Latitude() public static méthode

Gets a random latitude between -90 to 90
public static Latitude ( ) : double
Résultat double

Longitude() public static méthode

Gets a random longitude between -180 to 180
public static Longitude ( ) : double
Résultat double