C# 클래스 PocketCampus.Common.GeoPosition

A position on Earth (not including altitude), and an optional heading.
파일 보기 프로젝트 열기: accandme/pocketcampus 1 사용 예제들

공개 메소드들

메소드 설명
DistanceTo ( GeoPosition other ) : double

Computes the distance to another GeoPosition.

GeoPosition ( double latitude, double longitude, double heading = null ) : System

Creates a new GeoPosition.

메소드 상세

DistanceTo() 공개 메소드

Computes the distance to another GeoPosition.
public DistanceTo ( GeoPosition other ) : double
other GeoPosition
리턴 double

GeoPosition() 공개 메소드

Creates a new GeoPosition.
public GeoPosition ( double latitude, double longitude, double heading = null ) : System
latitude double
longitude double
heading double
리턴 System