C# 클래스 Faker.GeoLocation

Geographic Location class
파일 보기 프로젝트 열기: FermJacob/Faker.Data

공개 메소드들

메소드 설명
Latitude ( ) : double

Gets a random latitude between -90 to 90

Longitude ( ) : double

Gets a random longitude between -180 to 180

메소드 상세

Latitude() 공개 정적인 메소드

Gets a random latitude between -90 to 90
public static Latitude ( ) : double
리턴 double

Longitude() 공개 정적인 메소드

Gets a random longitude between -180 to 180
public static Longitude ( ) : double
리턴 double