C# Class Binateq.GpsTrackFilter.Viewer.Maps.IndexedLocation

Inheritance: Binateq.GpsTrackFilter.Viewer.Maps.DeviceLocation
Show file Open project: binateq/gps-track-filter

Public Methods

Method Description
IndexedLocation ( double latitude, double longitude, int index ) : System
ToDirectedLocation ( ) : DirectedLocation

Private Methods

Method Description
IndexedLocation ( double latitude, double longitude, double heading, double speed, DateTimeOffset timestamp, int index ) : System

Method Details

IndexedLocation() public method

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

ToDirectedLocation() public method

public ToDirectedLocation ( ) : DirectedLocation
return DirectedLocation