C# 클래스 DarkSkySharp.Geolocation

Simple class that wraps a longitude and latitude
파일 보기 프로젝트 열기: greymouser/DarkSkySharp 1 사용 예제들

공개 메소드들

메소드 설명
Geolocation ( double lat = 42.3916667, double lon = -71.5666667 ) : System

Latitude in decimal degrees Longitude in decimal degrees

ToString ( ) : string

메소드 상세

Geolocation() 공개 메소드

Latitude in decimal degrees Longitude in decimal degrees
public Geolocation ( double lat = 42.3916667, double lon = -71.5666667 ) : System
lat double
lon double
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string