C# 클래스 Binateq.GpsTrackFilter.Viewer.Maps.IndexedLocation

상속: Binateq.GpsTrackFilter.Viewer.Maps.DeviceLocation
파일 보기 프로젝트 열기: binateq/gps-track-filter

공개 메소드들

메소드 설명
IndexedLocation ( double latitude, double longitude, int index ) : System
ToDirectedLocation ( ) : DirectedLocation

비공개 메소드들

메소드 설명
IndexedLocation ( double latitude, double longitude, double heading, double speed, DateTimeOffset timestamp, int index ) : System

메소드 상세

IndexedLocation() 공개 메소드

public IndexedLocation ( double latitude, double longitude, int index ) : System
latitude double
longitude double
index int
리턴 System

ToDirectedLocation() 공개 메소드

public ToDirectedLocation ( ) : DirectedLocation
리턴 DirectedLocation