C# 클래스 Decision.Common.OpenGraph.Structs.OpenGraphLocation

A location specified by latitude and longitude.
파일 보기 프로젝트 열기: rabbal/Decision 1 사용 예제들

공개 메소드들

메소드 설명
OpenGraphLocation ( double latitude, double longitude )

Initializes a new instance of the OpenGraphLocation class.

OpenGraphLocation ( double latitude, double longitude, double altitude )

Initializes a new instance of the OpenGraphLocation class.

메소드 상세

OpenGraphLocation() 공개 메소드

Initializes a new instance of the OpenGraphLocation class.
public OpenGraphLocation ( double latitude, double longitude )
latitude double The latitude of the location.
longitude double The longitude of the location.

OpenGraphLocation() 공개 메소드

Initializes a new instance of the OpenGraphLocation class.
public OpenGraphLocation ( double latitude, double longitude, double altitude )
latitude double The latitude of the location.
longitude double The longitude of the location.
altitude double The altitude of the location.